@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: 'Valitse',
|
|
11
|
+
titleLinkTooltip: 'Siirry sivulle',
|
|
12
|
+
collapseCardTooltip: 'Sulje kortti',
|
|
13
|
+
expandCardTooltip: 'Laajenna kortti'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Lataa lisää',
|
|
17
|
+
notFound: 'Kohteita ei löytynyt.',
|
|
18
|
+
toolbarSelect: 'Valitse',
|
|
19
|
+
viewCards: 'Kortit',
|
|
20
|
+
viewTiles: 'Ruudut',
|
|
21
|
+
viewList: 'Luettelo',
|
|
22
|
+
toolbarView: 'Näytä'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Poistu',
|
|
26
|
+
cancel: 'Palaa takaisin',
|
|
27
|
+
content: 'Haluatko varmasti sulkea ja poistua tästä ikkunasta? Tekemiäsi tietomuutoksia ei tallenneta.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Näytä enemmän',
|
|
31
|
+
showLess: 'Näytä vähemmän'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Peruuta'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Peruuta'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Sulje'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Tallenna',
|
|
44
|
+
applyButton: 'Hyväksy',
|
|
45
|
+
cancelButton: 'Peruuta'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Tyhjennä',
|
|
49
|
+
remove: 'Poista',
|
|
50
|
+
addMore: 'Lisää vielä yksi'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'Näin parannat salasanaasi:',
|
|
54
|
+
passwordTooShort: 'Tee salasanasta pitempi.',
|
|
55
|
+
lettersLowerCase: 'Käytä vähintään yhtä pientä kirjainta.',
|
|
56
|
+
lettersUpperCase: 'Käytä vähintään yhtä isoa kirjainta.',
|
|
57
|
+
numbers1: 'Käytä vähintään yhtä numeroa.',
|
|
58
|
+
numbers3: 'Käytä vähintään kolmea numeroa.',
|
|
59
|
+
specialChar1: 'Käytä vähintään yhtä erikoismerkkiä (esim. !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Käytä vähintään kahta erikoismerkkiä (esim. !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Käytä sekä isoja että pieniä kirjaimia.',
|
|
62
|
+
comboLettersAndNumbers: 'Käytä sekä numeroita että kirjaimia.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Käytä numeroita, kirjaimia ja erikoismerkkejä.',
|
|
64
|
+
yourPasswordIsStrong: 'Voit tehdä siitä vielä vahvemman lisäämällä sen pituutta.',
|
|
65
|
+
passwordStrength: 'Salasanan vahvuus on %%strength%%.',
|
|
66
|
+
strengthVeryStrong: 'HYVIN VAHVA',
|
|
67
|
+
strengthStrong: 'VAHVA',
|
|
68
|
+
strengthVeryWeak: 'HYVIN HEIKKO',
|
|
69
|
+
strengthWeak: 'HEIKKO',
|
|
70
|
+
strengthMedium: 'KOHTALAINEN',
|
|
71
|
+
hidePassword: 'Piilota salasana',
|
|
72
|
+
showPassword: 'Näytä salasana',
|
|
73
|
+
generateButton: 'Luo',
|
|
74
|
+
copyButtonHint: 'Kopioi salasana',
|
|
75
|
+
copySuccessToast: 'Salasana kopioitiin',
|
|
76
|
+
generateButtonHint: 'Luo vahva salasana'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Muokkaa arvoa',
|
|
80
|
+
okButtonHint: 'Tallenna muutokset',
|
|
81
|
+
cancelButtonHint: 'Hylkää muutokset'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Valitse tiedosto...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: 'Yhteensä %%totalRows%% kohdetta',
|
|
88
|
+
selectedRows: '%%totalRows%% kohteesta %%selectedRows%% valittu',
|
|
89
|
+
all: 'kaikki',
|
|
90
|
+
allItemsOnPageSelected: 'Kaikki kohteet valittu sivulla',
|
|
91
|
+
allItemsSelected: 'Kaikki kohteet valittu',
|
|
92
|
+
selectAllItems: 'Valitse kaikki kohteet',
|
|
93
|
+
selectAllItemsOnPage: 'Valitse kaikki kohteet sivulla',
|
|
94
|
+
deselectAll: 'Poista valinta'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Suodattimella ei löytynyt kohteita',
|
|
98
|
+
emptyTitle: 'Täällä ei näytä olevan mitään',
|
|
99
|
+
filteredDescription: 'Muokkaa hakua tai poista osa suodattimen kriteereistä ja yritä uudelleen.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Peruuta'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: '/%%total%%',
|
|
106
|
+
itemsPerPage: 'Kohdetta per sivu',
|
|
107
|
+
all: 'Kaikki',
|
|
108
|
+
total: 'Sivu %%current%%/%%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Sulje',
|
|
112
|
+
cancelButton: 'Peruuta'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Ei vaihtoehtoja',
|
|
116
|
+
placeholder: 'Valitse...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%%/%%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Sulje ryhmä'
|
|
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: 'Sélectionner',
|
|
11
|
+
titleLinkTooltip: 'Ouvrir la page',
|
|
12
|
+
collapseCardTooltip: 'Réduire la carte',
|
|
13
|
+
expandCardTooltip: 'Étendre la carte'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Charger plus',
|
|
17
|
+
notFound: 'Aucun élément trouvé.',
|
|
18
|
+
toolbarSelect: 'Sélectionner',
|
|
19
|
+
viewCards: 'Cartes',
|
|
20
|
+
viewTiles: 'Tuiles',
|
|
21
|
+
viewList: 'Liste',
|
|
22
|
+
toolbarView: 'Vue'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Quitter',
|
|
26
|
+
cancel: 'Revenir',
|
|
27
|
+
content: 'Voulez-vous fermer et quitter cette fenêtre ? Toutes les modifications de vos données seront perdues.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Afficher plus',
|
|
31
|
+
showLess: 'Afficher moins'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Annuler'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Annuler'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Fermer'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Enregistrer',
|
|
44
|
+
applyButton: 'Appliquer',
|
|
45
|
+
cancelButton: 'Annuler'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Effacer',
|
|
49
|
+
remove: 'Supprimer',
|
|
50
|
+
addMore: 'Ajouter un champ'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'Pour améliorer votre mot de passe :',
|
|
54
|
+
passwordTooShort: 'Ajoutez des caractères.',
|
|
55
|
+
lettersLowerCase: 'Utilisez au moins une minuscule.',
|
|
56
|
+
lettersUpperCase: 'Utilisez au moins une majuscule.',
|
|
57
|
+
numbers1: 'Utilisez au moins un chiffre.',
|
|
58
|
+
numbers3: 'Utilisez au moins trois chiffres.',
|
|
59
|
+
specialChar1: 'Utilisez au moins un caractère spécial (par exemple : !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Utilisez au moins deux caractères spéciaux (par exemple : !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Utilisez des majuscules et des minuscules.',
|
|
62
|
+
comboLettersAndNumbers: 'Utilisez des nombres et des caractères.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Utilisez des nombres, des caractères et des caractères spéciaux.',
|
|
64
|
+
yourPasswordIsStrong: 'Vous pouvez renforcer la sécurité du mot de passe en utilisant plus de caractères.',
|
|
65
|
+
passwordStrength: 'Sécurité du mot de passe :',
|
|
66
|
+
strengthVeryStrong: 'TRÈS ÉLEVÉE',
|
|
67
|
+
strengthStrong: 'ÉLEVÉE',
|
|
68
|
+
strengthVeryWeak: 'TRÈS FAIBLE',
|
|
69
|
+
strengthWeak: 'FAIBLE',
|
|
70
|
+
strengthMedium: 'MOYENNE',
|
|
71
|
+
hidePassword: 'Masquer le mot de passe',
|
|
72
|
+
showPassword: 'Afficher le mot de passe',
|
|
73
|
+
generateButton: 'Générer',
|
|
74
|
+
copyButtonHint: 'Copier le mot de passe',
|
|
75
|
+
copySuccessToast: 'Le mot de passe a été copié.',
|
|
76
|
+
generateButtonHint: 'Générer un mot de passe fort'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Modifier la valeur',
|
|
80
|
+
okButtonHint: 'Enregistrer les modifications',
|
|
81
|
+
cancelButtonHint: 'Ignorer les modifications'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Choisir le fichier…'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: 'Total : %%totalRows%%',
|
|
88
|
+
selectedRows: 'Sélection : %%selectedRows%% sur %%totalRows%%',
|
|
89
|
+
all: 'Tous',
|
|
90
|
+
allItemsOnPageSelected: 'Tous les éléments de la page sont sélectionnés',
|
|
91
|
+
allItemsSelected: 'Tous les éléments sont sélectionnés',
|
|
92
|
+
selectAllItems: 'Sélectionner tous les éléments',
|
|
93
|
+
selectAllItemsOnPage: 'Sélectionner tous les éléments sur la page',
|
|
94
|
+
deselectAll: 'Retirer de la sélection'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Aucun élément ne correspond au filtre',
|
|
98
|
+
emptyTitle: "Oups, il n'y a rien ici…",
|
|
99
|
+
filteredDescription: 'Ajustez votre demande ou retirez des critères du filtre, puis réessayez.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Annuler'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'sur %%total%%',
|
|
106
|
+
itemsPerPage: 'Éléments par page',
|
|
107
|
+
all: 'Tous',
|
|
108
|
+
total: 'Page %%current%% sur %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Fermer',
|
|
112
|
+
cancelButton: 'Annuler'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Aucune option',
|
|
116
|
+
placeholder: 'Sélectionner…'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% sur %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Fermer le groupe'
|
|
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: 'השתמשו לפחות ב-3 מספרים.',
|
|
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: 'Kiválasztás',
|
|
11
|
+
titleLinkTooltip: 'Ugrás a következő oldalra',
|
|
12
|
+
collapseCardTooltip: 'A kártya összecsukása',
|
|
13
|
+
expandCardTooltip: 'A kártya kibontása'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Továbbiak betöltése',
|
|
17
|
+
notFound: 'Nem találhatóak elemek.',
|
|
18
|
+
toolbarSelect: 'Kiválasztás',
|
|
19
|
+
viewCards: 'Kártyák',
|
|
20
|
+
viewTiles: 'Csempék',
|
|
21
|
+
viewList: 'Lista',
|
|
22
|
+
toolbarView: 'Nézet'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Elhagyás',
|
|
26
|
+
cancel: 'Vissza',
|
|
27
|
+
content: 'Biztosan be akarja zárni és el akarja hagyni ezt az ablakot? Nem t6rténik meg az adatváltoztatások mentése.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Több információ megjelenítése',
|
|
31
|
+
showLess: 'Kevesebb megjelenítése'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Mégse'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Mégse'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Bezárás'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Mentés',
|
|
44
|
+
applyButton: 'Alkalmaz',
|
|
45
|
+
cancelButton: 'Mégse'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Törlés',
|
|
49
|
+
remove: 'Eltávolítás',
|
|
50
|
+
addMore: 'Eggyel több hozzáadása'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'Jelszava javítása érdekében:',
|
|
54
|
+
passwordTooShort: 'Hosszabbítsa meg a jelszót.',
|
|
55
|
+
lettersLowerCase: 'Legalább egy kisbetűt használjon.',
|
|
56
|
+
lettersUpperCase: 'Legalább egy nagybetűt használjon.',
|
|
57
|
+
numbers1: 'Legalább egy számot használjon.',
|
|
58
|
+
numbers3: 'Legalább három számot használjon.',
|
|
59
|
+
specialChar1: 'Legalább egy speciális karaktert használjon (például: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Legalább két speciális karaktert használjon (például: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Nagy- és kisbetűket használjon.',
|
|
62
|
+
comboLettersAndNumbers: 'Számokat és karaktereket használjon.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Számoka, karaktereket és speciális karaktereket használjon.',
|
|
64
|
+
yourPasswordIsStrong: 'A hossza növelésével még erősebbé teheti.',
|
|
65
|
+
passwordStrength: '%%strength%% a jelszó erőssége.',
|
|
66
|
+
strengthVeryStrong: 'NAGYON ERŐS',
|
|
67
|
+
strengthStrong: 'ERŐS',
|
|
68
|
+
strengthVeryWeak: 'NAGYON GYENGE',
|
|
69
|
+
strengthWeak: 'GYENGE',
|
|
70
|
+
strengthMedium: 'KÖZEPES',
|
|
71
|
+
hidePassword: 'Jelszó elrejtése',
|
|
72
|
+
showPassword: 'Jelszó megjelenítése',
|
|
73
|
+
generateButton: 'Létrehozás',
|
|
74
|
+
copyButtonHint: 'Jelszó másolása',
|
|
75
|
+
copySuccessToast: 'Megtörtént a jelszó másolása.',
|
|
76
|
+
generateButtonHint: 'Egy erős jelszó létrehozása'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Érték szerkesztése',
|
|
80
|
+
okButtonHint: 'Módosítások mentése',
|
|
81
|
+
cancelButtonHint: 'Módosítások elvetése'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Fájlválasztás folyamatban'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: '%%totalRows%% elem összesen',
|
|
88
|
+
selectedRows: '%%selectedRows%% / %%totalRows%% elem van kiválasztva.',
|
|
89
|
+
all: 'Az összes',
|
|
90
|
+
allItemsOnPageSelected: 'Az oldalon található összes elem kiválasztásra került',
|
|
91
|
+
allItemsSelected: 'Az összes elem kiválasztásra került',
|
|
92
|
+
selectAllItems: 'Az összes elem kiválasztása',
|
|
93
|
+
selectAllItemsOnPage: 'Az oldalon található összes elem kiválasztása',
|
|
94
|
+
deselectAll: 'Kijelölés megszüntetése'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Nem találhatóak a szűrővel egyező elemek.',
|
|
98
|
+
emptyTitle: 'Úgy látszik, hogy semmi sincs itt.',
|
|
99
|
+
filteredDescription: 'Finomítsa a lekérdezést, vagy távolítsa el a szűrőből a kritériumokat, majd próbálja meg újból.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Mégse'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: '/ %%total%%',
|
|
106
|
+
itemsPerPage: 'Elem oldalanként',
|
|
107
|
+
all: 'Az összes',
|
|
108
|
+
total: '%%current%% / %%total%% oldal'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Bezárás',
|
|
112
|
+
cancelButton: 'Mégse'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Nincsenek választási lehetőségek.',
|
|
116
|
+
placeholder: 'Kiválasztás folyamatban'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% / %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Csoport bezárása'
|
|
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: 'Pilih',
|
|
11
|
+
titleLinkTooltip: 'Pergi ke halaman',
|
|
12
|
+
collapseCardTooltip: 'Tutup kartu',
|
|
13
|
+
expandCardTooltip: 'Perluas kartu'
|
|
14
|
+
},
|
|
15
|
+
CardList: {
|
|
16
|
+
loadMore: 'Muat lebih banyak',
|
|
17
|
+
notFound: 'Tidak ada item yang ditemukan.',
|
|
18
|
+
toolbarSelect: 'Pilih',
|
|
19
|
+
viewCards: 'Kartu',
|
|
20
|
+
viewTiles: 'Ubin',
|
|
21
|
+
viewList: 'Daftar',
|
|
22
|
+
toolbarView: 'Lihat'
|
|
23
|
+
},
|
|
24
|
+
ClosingConfirmation: {
|
|
25
|
+
confirm: 'Keluar',
|
|
26
|
+
cancel: 'Kembali',
|
|
27
|
+
content: 'Apakah Anda yakin mau menutup dan meninggalkan jendela ini? Semua perubahan data yang Anda lakukan tidak akan disimpan.'
|
|
28
|
+
},
|
|
29
|
+
Cuttable: {
|
|
30
|
+
showMore: 'Tampilkan lebih banyak',
|
|
31
|
+
showLess: 'Tampilkan lebih sedikit'
|
|
32
|
+
},
|
|
33
|
+
Dialog: {
|
|
34
|
+
cancelButton: 'Batalkan'
|
|
35
|
+
},
|
|
36
|
+
DrawerProgress: {
|
|
37
|
+
cancelButton: 'Batalkan'
|
|
38
|
+
},
|
|
39
|
+
Dropdown: {
|
|
40
|
+
close: 'Tutup'
|
|
41
|
+
},
|
|
42
|
+
Form: {
|
|
43
|
+
submitButton: 'Simpan',
|
|
44
|
+
applyButton: 'Terapkan',
|
|
45
|
+
cancelButton: 'Batalkan'
|
|
46
|
+
},
|
|
47
|
+
FormField: {
|
|
48
|
+
clear: 'Bersihkan',
|
|
49
|
+
remove: 'Hapus',
|
|
50
|
+
addMore: 'Tambahkan satu lagi'
|
|
51
|
+
},
|
|
52
|
+
FormFieldPassword: {
|
|
53
|
+
improvePassword: 'Untuk memperkuat kata sandi Anda:',
|
|
54
|
+
passwordTooShort: 'Buat kata sandi lebih panjang.',
|
|
55
|
+
lettersLowerCase: 'Gunakan sedikitnya satu huruf kecil.',
|
|
56
|
+
lettersUpperCase: 'Gunakan sedikitnya satu huruf besar.',
|
|
57
|
+
numbers1: 'Gunakan sedikitnya satu angka.',
|
|
58
|
+
numbers3: 'Gunakan sedikitnya tiga angka.',
|
|
59
|
+
specialChar1: 'Gunakan sedikitnya satu karakter khusus (sebagai contoh: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
60
|
+
specialChar2: 'Gunakan sedikitnya dua karakter khusus (sebagai contoh: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
61
|
+
comboUpperAndLower: 'Gunakan huruf besar dan huruf kecil.',
|
|
62
|
+
comboLettersAndNumbers: 'Gunakan angka dan karakter.',
|
|
63
|
+
comboLettersNumbersSpecial: 'Gunakan angka, karakter, dan karakter khusus.',
|
|
64
|
+
yourPasswordIsStrong: 'Anda dapat membuatnya lebih kuat dengan memperpanjangnya.',
|
|
65
|
+
passwordStrength: 'Kekuatan kata sandi adalah %%strength%%.',
|
|
66
|
+
strengthVeryStrong: 'SANGAT KUAT',
|
|
67
|
+
strengthStrong: 'KUAT',
|
|
68
|
+
strengthVeryWeak: 'SANGAT LEMAH',
|
|
69
|
+
strengthWeak: 'LEMAH',
|
|
70
|
+
strengthMedium: 'SEDANG',
|
|
71
|
+
hidePassword: 'Sembunyikan kata sandi',
|
|
72
|
+
showPassword: 'Tunjukkan kata sandi',
|
|
73
|
+
generateButton: 'Hasilkan',
|
|
74
|
+
copyButtonHint: 'Salin kata sandi',
|
|
75
|
+
copySuccessToast: 'Kata sandi sudah disalin',
|
|
76
|
+
generateButtonHint: 'Hasilkan kata sandi kuat'
|
|
77
|
+
},
|
|
78
|
+
InPlaceEdit: {
|
|
79
|
+
editButtonHint: 'Edit nilai',
|
|
80
|
+
okButtonHint: 'Simpan perubahan',
|
|
81
|
+
cancelButtonHint: 'Buang perubahan'
|
|
82
|
+
},
|
|
83
|
+
InputFile: {
|
|
84
|
+
browseButton: 'Pilih file...'
|
|
85
|
+
},
|
|
86
|
+
List: {
|
|
87
|
+
totalRows: '%%totalRows%% total item',
|
|
88
|
+
selectedRows: '%%selectedRows%% dari %%totalRows%% item dipilih',
|
|
89
|
+
all: 'Semua',
|
|
90
|
+
allItemsOnPageSelected: 'Semua item di halaman dipilih',
|
|
91
|
+
allItemsSelected: 'Semua item dipilih',
|
|
92
|
+
selectAllItems: 'Pilih semua item',
|
|
93
|
+
selectAllItemsOnPage: 'Pilih semua item di halaman',
|
|
94
|
+
deselectAll: 'Batalkan pilihan'
|
|
95
|
+
},
|
|
96
|
+
ListEmptyView: {
|
|
97
|
+
filteredTitle: 'Tidak dapat menemukan item yang sesuai dengan filter',
|
|
98
|
+
emptyTitle: 'Sepertinya tidak ada apa pun di sini',
|
|
99
|
+
filteredDescription: 'Perbaiki kueri Anda atau hapus beberapa kriteria dari filter dan coba lagi.'
|
|
100
|
+
},
|
|
101
|
+
ListOperation: {
|
|
102
|
+
cancelButton: 'Batalkan'
|
|
103
|
+
},
|
|
104
|
+
Pagination: {
|
|
105
|
+
totalShort: 'dari %%total%%',
|
|
106
|
+
itemsPerPage: 'Item per halaman',
|
|
107
|
+
all: 'Semua',
|
|
108
|
+
total: 'Halaman %%current%% dari %%total%%'
|
|
109
|
+
},
|
|
110
|
+
ProgressDialog: {
|
|
111
|
+
closeButton: 'Tutup',
|
|
112
|
+
cancelButton: 'Batalkan'
|
|
113
|
+
},
|
|
114
|
+
Select: {
|
|
115
|
+
noOptions: 'Tidak ada pilihan',
|
|
116
|
+
placeholder: 'Pilih...'
|
|
117
|
+
},
|
|
118
|
+
SpotPopup: {
|
|
119
|
+
total: '%%current%% dari %%total%%'
|
|
120
|
+
},
|
|
121
|
+
Toaster: {
|
|
122
|
+
closeGroup: 'Tutup grup'
|
|
123
|
+
}
|
|
124
|
+
};
|