@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,119 @@
|
|
|
1
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
Card: {
|
|
5
|
+
select: '選択',
|
|
6
|
+
titleLinkTooltip: 'ページへ移動',
|
|
7
|
+
collapseCardTooltip: 'カードを閉じる',
|
|
8
|
+
expandCardTooltip: 'カードを開く'
|
|
9
|
+
},
|
|
10
|
+
CardList: {
|
|
11
|
+
loadMore: 'さらに読み込む',
|
|
12
|
+
notFound: 'アイテムが見つかりません。',
|
|
13
|
+
toolbarSelect: '選択',
|
|
14
|
+
viewCards: 'カード',
|
|
15
|
+
viewTiles: 'タイル',
|
|
16
|
+
viewList: 'リスト',
|
|
17
|
+
toolbarView: '表示'
|
|
18
|
+
},
|
|
19
|
+
ClosingConfirmation: {
|
|
20
|
+
confirm: '終了',
|
|
21
|
+
cancel: '戻る',
|
|
22
|
+
content: 'このウィンドウを終了してよろしいですか?変更したデータは保存されません。'
|
|
23
|
+
},
|
|
24
|
+
Cuttable: {
|
|
25
|
+
showMore: 'さらに表示',
|
|
26
|
+
showLess: '表示数を減らす'
|
|
27
|
+
},
|
|
28
|
+
Dialog: {
|
|
29
|
+
cancelButton: 'キャンセル'
|
|
30
|
+
},
|
|
31
|
+
DrawerProgress: {
|
|
32
|
+
cancelButton: 'キャンセル'
|
|
33
|
+
},
|
|
34
|
+
Dropdown: {
|
|
35
|
+
close: '閉じる'
|
|
36
|
+
},
|
|
37
|
+
Form: {
|
|
38
|
+
submitButton: '保存',
|
|
39
|
+
applyButton: '適用',
|
|
40
|
+
cancelButton: 'キャンセル'
|
|
41
|
+
},
|
|
42
|
+
FormField: {
|
|
43
|
+
clear: 'クリア',
|
|
44
|
+
remove: '削除',
|
|
45
|
+
addMore: 'もう 1 つ追加'
|
|
46
|
+
},
|
|
47
|
+
FormFieldPassword: {
|
|
48
|
+
improvePassword: 'パスワードを強化するには:',
|
|
49
|
+
passwordTooShort: 'パスワードを長くします。',
|
|
50
|
+
lettersLowerCase: '小文字を 1 つ以上使用します。',
|
|
51
|
+
lettersUpperCase: '大文字を 1 つ以上使用します。',
|
|
52
|
+
numbers1: '数字を 1 つ以上使用します。',
|
|
53
|
+
numbers3: '数字を 3 つ以上使用します。',
|
|
54
|
+
specialChar1: '特殊文字 (!、@、#、$、%、^、&、*、?、_、~ など) を 1 つ以上使用します。',
|
|
55
|
+
specialChar2: '特殊文字 (!、@、#、$、%、^、&、*、?、_、~ など) を 2 つ以上使用します。',
|
|
56
|
+
comboUpperAndLower: '大文字と小文字の両方を使用します。',
|
|
57
|
+
comboLettersAndNumbers: '数字と文字の両方を使用します。',
|
|
58
|
+
comboLettersNumbersSpecial: '数字、文字、および特殊文字を使用します。',
|
|
59
|
+
yourPasswordIsStrong: '長さを長くすると、さらに強力になります。',
|
|
60
|
+
passwordStrength: 'パスワードの強度は %%strength%% です。',
|
|
61
|
+
strengthVeryStrong: '非常に強い',
|
|
62
|
+
strengthStrong: '強い',
|
|
63
|
+
strengthVeryWeak: '非常に弱い',
|
|
64
|
+
strengthWeak: '弱い',
|
|
65
|
+
strengthMedium: '普通',
|
|
66
|
+
hidePassword: 'パスワードを隠す',
|
|
67
|
+
showPassword: 'パスワードを表示',
|
|
68
|
+
generateButton: '生成',
|
|
69
|
+
copyButtonHint: 'パスワードをコピー',
|
|
70
|
+
copySuccessToast: 'パスワードがコピーされました',
|
|
71
|
+
generateButtonHint: '強いパスワードを生成'
|
|
72
|
+
},
|
|
73
|
+
InPlaceEdit: {
|
|
74
|
+
editButtonHint: '値を編集',
|
|
75
|
+
okButtonHint: '変更を保存',
|
|
76
|
+
cancelButtonHint: '変更を破棄'
|
|
77
|
+
},
|
|
78
|
+
InputFile: {
|
|
79
|
+
browseButton: 'ファイルを選択...'
|
|
80
|
+
},
|
|
81
|
+
List: {
|
|
82
|
+
totalRows: '全 %%totalRows%% 件',
|
|
83
|
+
selectedRows: '%%selectedRows%% / %%totalRows%% 件が選択されています',
|
|
84
|
+
all: 'すべて',
|
|
85
|
+
allItemsOnPageSelected: 'ページのすべてのアイテムが選択されています',
|
|
86
|
+
allItemsSelected: 'すべてのアイテムが選択されています',
|
|
87
|
+
selectAllItems: 'すべてのアイテムを選択',
|
|
88
|
+
selectAllItemsOnPage: 'ページのすべてのアイテムを選択',
|
|
89
|
+
deselectAll: '選択解除'
|
|
90
|
+
},
|
|
91
|
+
ListEmptyView: {
|
|
92
|
+
filteredTitle: 'フィルタと一致するアイテムは見つかりませんでした',
|
|
93
|
+
emptyTitle: 'ここには何もないようです',
|
|
94
|
+
filteredDescription: 'クエリを絞り込むかフィルタ条件の一部を削除して、やり直してください。'
|
|
95
|
+
},
|
|
96
|
+
ListOperation: {
|
|
97
|
+
cancelButton: 'キャンセル'
|
|
98
|
+
},
|
|
99
|
+
Pagination: {
|
|
100
|
+
totalShort: '/ %%total%%',
|
|
101
|
+
itemsPerPage: 'ページあたりのアイテム数',
|
|
102
|
+
all: 'すべて',
|
|
103
|
+
total: '%%current%% / %%total%% ページ'
|
|
104
|
+
},
|
|
105
|
+
ProgressDialog: {
|
|
106
|
+
closeButton: '閉じる',
|
|
107
|
+
cancelButton: 'キャンセル'
|
|
108
|
+
},
|
|
109
|
+
Select: {
|
|
110
|
+
noOptions: 'オプションなし',
|
|
111
|
+
placeholder: '選択...'
|
|
112
|
+
},
|
|
113
|
+
SpotPopup: {
|
|
114
|
+
total: '%%current%% / %%total%%'
|
|
115
|
+
},
|
|
116
|
+
Toaster: {
|
|
117
|
+
closeGroup: 'グループを閉じる'
|
|
118
|
+
}
|
|
119
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
Card: {
|
|
5
|
+
select: '선택하기',
|
|
6
|
+
titleLinkTooltip: '페이지로 이동',
|
|
7
|
+
collapseCardTooltip: '카드 접기',
|
|
8
|
+
expandCardTooltip: '카드 펼치기'
|
|
9
|
+
},
|
|
10
|
+
CardList: {
|
|
11
|
+
loadMore: '더 불러오기',
|
|
12
|
+
notFound: '아이템 찾을 수 없음.',
|
|
13
|
+
toolbarSelect: '선택하기',
|
|
14
|
+
viewCards: '카드',
|
|
15
|
+
viewTiles: '타일',
|
|
16
|
+
viewList: '목록',
|
|
17
|
+
toolbarView: '보기'
|
|
18
|
+
},
|
|
19
|
+
ClosingConfirmation: {
|
|
20
|
+
confirm: '나가기',
|
|
21
|
+
cancel: '돌아가기',
|
|
22
|
+
content: '정말로 이 창을 닫고 나가시겠습니까? 데이터 변경 사항이 저장되지 않습니다.'
|
|
23
|
+
},
|
|
24
|
+
Cuttable: {
|
|
25
|
+
showMore: '더 보기',
|
|
26
|
+
showLess: '간단히'
|
|
27
|
+
},
|
|
28
|
+
Dialog: {
|
|
29
|
+
cancelButton: '취소'
|
|
30
|
+
},
|
|
31
|
+
DrawerProgress: {
|
|
32
|
+
cancelButton: '취소'
|
|
33
|
+
},
|
|
34
|
+
Dropdown: {
|
|
35
|
+
close: '닫기'
|
|
36
|
+
},
|
|
37
|
+
Form: {
|
|
38
|
+
submitButton: '저장하기',
|
|
39
|
+
applyButton: '적용하기',
|
|
40
|
+
cancelButton: '취소'
|
|
41
|
+
},
|
|
42
|
+
FormField: {
|
|
43
|
+
clear: '비우기',
|
|
44
|
+
remove: '제거하기',
|
|
45
|
+
addMore: '하나 더 추가'
|
|
46
|
+
},
|
|
47
|
+
FormFieldPassword: {
|
|
48
|
+
improvePassword: '비밀번호 개선하기:',
|
|
49
|
+
passwordTooShort: '비밀번호를 더 길게 만드세요.',
|
|
50
|
+
lettersLowerCase: '소문자를 한 개 이상 사용하세요.',
|
|
51
|
+
lettersUpperCase: '대문자를 한 개 이상 사용하세요.',
|
|
52
|
+
numbers1: '숫자를 한 개 이상 사용하세요.',
|
|
53
|
+
numbers3: '숫자를 세 개 이상 사용하세요.',
|
|
54
|
+
specialChar1: '특수 기호를 한 개 이상 사용하세요(예: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
55
|
+
specialChar2: '특수 기호를 추 개 이상 사용하세요(예: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
56
|
+
comboUpperAndLower: '대문자와 소문자를 둘 다 사용하세요.',
|
|
57
|
+
comboLettersAndNumbers: '숫자와 글자를 둘 다 사용하세요.',
|
|
58
|
+
comboLettersNumbersSpecial: '숫자, 글자 및 특수 기호를 사용하세요.',
|
|
59
|
+
yourPasswordIsStrong: '길이를 늘려서 더 강하게 만들 수 있습니다.',
|
|
60
|
+
passwordStrength: '비밀번호 강도는 %%strength%%입니다.',
|
|
61
|
+
strengthVeryStrong: '아주 강함',
|
|
62
|
+
strengthStrong: '강함',
|
|
63
|
+
strengthVeryWeak: '아주 약함',
|
|
64
|
+
strengthWeak: '약함',
|
|
65
|
+
strengthMedium: '보통',
|
|
66
|
+
hidePassword: '비밀번호 숨기기',
|
|
67
|
+
showPassword: '비밀번호 표시하기',
|
|
68
|
+
generateButton: '생성하기',
|
|
69
|
+
copyButtonHint: '비밀번호를 복사합니다',
|
|
70
|
+
copySuccessToast: '비밀번호를 복사했습니다',
|
|
71
|
+
generateButtonHint: '강력한 비밀번호를 생성합니다'
|
|
72
|
+
},
|
|
73
|
+
InPlaceEdit: {
|
|
74
|
+
editButtonHint: '값 수정하기',
|
|
75
|
+
okButtonHint: '변경 사항 저장하기',
|
|
76
|
+
cancelButtonHint: '변경 사항 버리기'
|
|
77
|
+
},
|
|
78
|
+
InputFile: {
|
|
79
|
+
browseButton: '파일 선택...'
|
|
80
|
+
},
|
|
81
|
+
List: {
|
|
82
|
+
totalRows: '아이템 총 %%totalRows%%개',
|
|
83
|
+
selectedRows: '아이템 %%selectedRows%%/%%totalRows%% 선택',
|
|
84
|
+
all: '전체',
|
|
85
|
+
allItemsOnPageSelected: '페이지의 아이템 전부 선택함',
|
|
86
|
+
allItemsSelected: '아이템 전부 선택함',
|
|
87
|
+
selectAllItems: '아이템 전부 선택하기',
|
|
88
|
+
selectAllItemsOnPage: '페이지의 아이템 전부 선택하기',
|
|
89
|
+
deselectAll: '선택 해제'
|
|
90
|
+
},
|
|
91
|
+
ListEmptyView: {
|
|
92
|
+
filteredTitle: '필터와 일치하는 아이템을 찾을 수 없습니다',
|
|
93
|
+
emptyTitle: '여기엔 아무것도 없는 것 같습니다',
|
|
94
|
+
filteredDescription: '쿼리를 다듬거나 필터의 일부 기준을 제거하고 다시 시도하십시오.'
|
|
95
|
+
},
|
|
96
|
+
ListOperation: {
|
|
97
|
+
cancelButton: '취소'
|
|
98
|
+
},
|
|
99
|
+
Pagination: {
|
|
100
|
+
totalShort: '/%%total%%',
|
|
101
|
+
itemsPerPage: '페이지당 아이템',
|
|
102
|
+
all: '전체',
|
|
103
|
+
total: '%%current%%/%%total%%페이지'
|
|
104
|
+
},
|
|
105
|
+
ProgressDialog: {
|
|
106
|
+
closeButton: '닫기',
|
|
107
|
+
cancelButton: '취소'
|
|
108
|
+
},
|
|
109
|
+
Select: {
|
|
110
|
+
noOptions: '옵션 없음',
|
|
111
|
+
placeholder: '선택하기...'
|
|
112
|
+
},
|
|
113
|
+
SpotPopup: {
|
|
114
|
+
total: '%%current%%/%%total%%'
|
|
115
|
+
},
|
|
116
|
+
Toaster: {
|
|
117
|
+
closeGroup: '그룹 닫기'
|
|
118
|
+
}
|
|
119
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
Card: {
|
|
5
|
+
select: 'Select',
|
|
6
|
+
titleLinkTooltip: 'Go to page',
|
|
7
|
+
collapseCardTooltip: 'Collapse the card',
|
|
8
|
+
expandCardTooltip: 'Expand the card'
|
|
9
|
+
},
|
|
10
|
+
CardList: {
|
|
11
|
+
loadMore: 'Load more',
|
|
12
|
+
notFound: 'No items found.',
|
|
13
|
+
toolbarSelect: 'Select',
|
|
14
|
+
viewCards: 'Cards',
|
|
15
|
+
viewTiles: 'Tiles',
|
|
16
|
+
viewList: 'List',
|
|
17
|
+
toolbarView: 'View'
|
|
18
|
+
},
|
|
19
|
+
ClosingConfirmation: {
|
|
20
|
+
confirm: 'Leave',
|
|
21
|
+
cancel: 'Go Back',
|
|
22
|
+
content: "Are you sure you want to close and leave this window? Any data changes you've made won't be saved."
|
|
23
|
+
},
|
|
24
|
+
Cuttable: {
|
|
25
|
+
showMore: 'Show more',
|
|
26
|
+
showLess: 'Show less'
|
|
27
|
+
},
|
|
28
|
+
Dialog: {
|
|
29
|
+
cancelButton: 'Cancel'
|
|
30
|
+
},
|
|
31
|
+
DrawerProgress: {
|
|
32
|
+
cancelButton: 'Cancel'
|
|
33
|
+
},
|
|
34
|
+
Dropdown: {
|
|
35
|
+
close: 'Close'
|
|
36
|
+
},
|
|
37
|
+
Form: {
|
|
38
|
+
submitButton: 'Save',
|
|
39
|
+
applyButton: 'Apply',
|
|
40
|
+
cancelButton: 'Cancel'
|
|
41
|
+
},
|
|
42
|
+
FormField: {
|
|
43
|
+
clear: 'Clear',
|
|
44
|
+
remove: 'Remove',
|
|
45
|
+
addMore: 'Add one more'
|
|
46
|
+
},
|
|
47
|
+
FormFieldPassword: {
|
|
48
|
+
improvePassword: 'To improve your password:',
|
|
49
|
+
passwordTooShort: 'Make the password longer.',
|
|
50
|
+
lettersLowerCase: 'Use at least one lower-case character.',
|
|
51
|
+
lettersUpperCase: 'Use at least one upper-case character.',
|
|
52
|
+
numbers1: 'Use at least one number.',
|
|
53
|
+
numbers3: 'Use at least three numbers.',
|
|
54
|
+
specialChar1: 'Use at least one special character (for example: !, @, #, $, % ,^, &, *, ?, _, ~).',
|
|
55
|
+
specialChar2: 'Use at least two special characters (for example: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
56
|
+
comboUpperAndLower: 'Use both upper and lower-case characters.',
|
|
57
|
+
comboLettersAndNumbers: 'Use both numbers and characters.',
|
|
58
|
+
comboLettersNumbersSpecial: 'Use numbers, characters and special characters.',
|
|
59
|
+
yourPasswordIsStrong: 'You can make it even stronger by increasing its length.',
|
|
60
|
+
passwordStrength: 'The password strength is %%strength%%.',
|
|
61
|
+
strengthVeryStrong: 'VERY STRONG',
|
|
62
|
+
strengthStrong: 'STRONG',
|
|
63
|
+
strengthVeryWeak: 'VERY WEAK',
|
|
64
|
+
strengthWeak: 'WEAK',
|
|
65
|
+
strengthMedium: 'MEDIUM',
|
|
66
|
+
hidePassword: 'Hide password',
|
|
67
|
+
showPassword: 'Show password',
|
|
68
|
+
generateButton: 'Generate',
|
|
69
|
+
copyButtonHint: 'Copy password',
|
|
70
|
+
copySuccessToast: 'Password has been copied',
|
|
71
|
+
generateButtonHint: 'Generate a strong password'
|
|
72
|
+
},
|
|
73
|
+
InPlaceEdit: {
|
|
74
|
+
editButtonHint: 'Edit value',
|
|
75
|
+
okButtonHint: 'Save changes',
|
|
76
|
+
cancelButtonHint: 'Discard changes'
|
|
77
|
+
},
|
|
78
|
+
InputFile: {
|
|
79
|
+
browseButton: 'Choose file...'
|
|
80
|
+
},
|
|
81
|
+
List: {
|
|
82
|
+
totalRows: '%%totalRows%% items total',
|
|
83
|
+
selectedRows: '%%selectedRows%% of %%totalRows%% items selected',
|
|
84
|
+
all: 'All',
|
|
85
|
+
allItemsOnPageSelected: 'All items on the page selected',
|
|
86
|
+
allItemsSelected: 'All items selected',
|
|
87
|
+
selectAllItems: 'Select all items',
|
|
88
|
+
selectAllItemsOnPage: 'Select all items on the page',
|
|
89
|
+
deselectAll: 'Deselect'
|
|
90
|
+
},
|
|
91
|
+
ListEmptyView: {
|
|
92
|
+
filteredTitle: 'Could not find any items matching the filter',
|
|
93
|
+
emptyTitle: "Looks like there's nothing here",
|
|
94
|
+
filteredDescription: 'Refine your query or remove some of the criteria from the filter and try again.'
|
|
95
|
+
},
|
|
96
|
+
ListOperation: {
|
|
97
|
+
cancelButton: 'Cancel'
|
|
98
|
+
},
|
|
99
|
+
Pagination: {
|
|
100
|
+
totalShort: 'of %%total%%',
|
|
101
|
+
itemsPerPage: 'Items per page',
|
|
102
|
+
all: 'All',
|
|
103
|
+
total: 'Page %%current%% of %%total%%'
|
|
104
|
+
},
|
|
105
|
+
ProgressDialog: {
|
|
106
|
+
closeButton: 'Close',
|
|
107
|
+
cancelButton: 'Cancel'
|
|
108
|
+
},
|
|
109
|
+
Select: {
|
|
110
|
+
noOptions: 'No options',
|
|
111
|
+
placeholder: 'Select...'
|
|
112
|
+
},
|
|
113
|
+
SpotPopup: {
|
|
114
|
+
total: '%%current%% of %%total%%'
|
|
115
|
+
},
|
|
116
|
+
Toaster: {
|
|
117
|
+
closeGroup: 'Close group'
|
|
118
|
+
}
|
|
119
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
Card: {
|
|
5
|
+
select: 'Velg',
|
|
6
|
+
titleLinkTooltip: 'Gå til siden',
|
|
7
|
+
collapseCardTooltip: 'Slå sammen kortet',
|
|
8
|
+
expandCardTooltip: 'Utvid kortet'
|
|
9
|
+
},
|
|
10
|
+
CardList: {
|
|
11
|
+
loadMore: 'Last inn flere',
|
|
12
|
+
notFound: 'Fant ingen elementer.',
|
|
13
|
+
toolbarSelect: 'Velg',
|
|
14
|
+
viewCards: 'Kort',
|
|
15
|
+
viewTiles: 'Fliser',
|
|
16
|
+
viewList: 'Liste',
|
|
17
|
+
toolbarView: 'Vis'
|
|
18
|
+
},
|
|
19
|
+
ClosingConfirmation: {
|
|
20
|
+
confirm: 'Avslutt',
|
|
21
|
+
cancel: 'Gå tilbake',
|
|
22
|
+
content: 'Er du sikker på at du vil avslutte og lukke dette vinduet? Endringene du har gjort, blir ikke lagret.'
|
|
23
|
+
},
|
|
24
|
+
Cuttable: {
|
|
25
|
+
showMore: 'Vis mer',
|
|
26
|
+
showLess: 'Vis mindre'
|
|
27
|
+
},
|
|
28
|
+
Dialog: {
|
|
29
|
+
cancelButton: 'Avbryt'
|
|
30
|
+
},
|
|
31
|
+
DrawerProgress: {
|
|
32
|
+
cancelButton: 'Avbryt'
|
|
33
|
+
},
|
|
34
|
+
Dropdown: {
|
|
35
|
+
close: 'Lukk'
|
|
36
|
+
},
|
|
37
|
+
Form: {
|
|
38
|
+
submitButton: 'Lagre',
|
|
39
|
+
applyButton: 'Bruk',
|
|
40
|
+
cancelButton: 'Avbryt'
|
|
41
|
+
},
|
|
42
|
+
FormField: {
|
|
43
|
+
clear: 'Tøm',
|
|
44
|
+
remove: 'Fjern',
|
|
45
|
+
addMore: 'Legg til ett til'
|
|
46
|
+
},
|
|
47
|
+
FormFieldPassword: {
|
|
48
|
+
improvePassword: 'Slik forbedrer du passordet:',
|
|
49
|
+
passwordTooShort: 'Gjør passordet lengre.',
|
|
50
|
+
lettersLowerCase: 'Bruk minst én liten bokstav.',
|
|
51
|
+
lettersUpperCase: 'Bruk minst én stor bokstav.',
|
|
52
|
+
numbers1: 'Bruk minst ett tall.',
|
|
53
|
+
numbers3: 'Bruk minst tre tall.',
|
|
54
|
+
specialChar1: 'Bruk minst ett spesialtegn (for eksempel: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
55
|
+
specialChar2: 'Bruk minst to spesialtegn (for eksempel: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
56
|
+
comboUpperAndLower: 'Bruk både små og store bokstaver.',
|
|
57
|
+
comboLettersAndNumbers: 'Bruk både tall og bokstaver.',
|
|
58
|
+
comboLettersNumbersSpecial: 'Bruk tall, bokstaver og spesialtegn.',
|
|
59
|
+
yourPasswordIsStrong: 'Du kan gjøre passordet enda sterkere ved å gjøre det lengre.',
|
|
60
|
+
passwordStrength: 'Passordet er %%strength%%.',
|
|
61
|
+
strengthVeryStrong: 'VELDIG STERKT',
|
|
62
|
+
strengthStrong: 'STERKT',
|
|
63
|
+
strengthVeryWeak: 'VELDIG SVAKT',
|
|
64
|
+
strengthWeak: 'SVAKT',
|
|
65
|
+
strengthMedium: 'MIDDELS',
|
|
66
|
+
hidePassword: 'Skjul passordet',
|
|
67
|
+
showPassword: 'Vis passordet',
|
|
68
|
+
generateButton: 'Generer',
|
|
69
|
+
copyButtonHint: 'Kopier passordet',
|
|
70
|
+
copySuccessToast: 'Passordet ble kopiert',
|
|
71
|
+
generateButtonHint: 'Generer et sterkt passord'
|
|
72
|
+
},
|
|
73
|
+
InPlaceEdit: {
|
|
74
|
+
editButtonHint: 'Endre verdi',
|
|
75
|
+
okButtonHint: 'Lagre endringene',
|
|
76
|
+
cancelButtonHint: 'Forkast endringene'
|
|
77
|
+
},
|
|
78
|
+
InputFile: {
|
|
79
|
+
browseButton: 'Velg fil...'
|
|
80
|
+
},
|
|
81
|
+
List: {
|
|
82
|
+
totalRows: '%%totalRows%% elementer totalt',
|
|
83
|
+
selectedRows: '%%selectedRows%% av %%totalRows%% elementer er valgt',
|
|
84
|
+
all: 'Alle',
|
|
85
|
+
allItemsOnPageSelected: 'Alle elementene på siden er valgt',
|
|
86
|
+
allItemsSelected: 'Alle elementene er valgt',
|
|
87
|
+
selectAllItems: 'Velg alle elementene',
|
|
88
|
+
selectAllItemsOnPage: 'Velg alle elementene på siden',
|
|
89
|
+
deselectAll: 'Fjern valg'
|
|
90
|
+
},
|
|
91
|
+
ListEmptyView: {
|
|
92
|
+
filteredTitle: 'Fant ingen elementer som stemmer med filteret',
|
|
93
|
+
emptyTitle: 'Det er ingenting her',
|
|
94
|
+
filteredDescription: 'Begrens søket eller fjern noen av kriteriene fra filteret, og prøv igjen.'
|
|
95
|
+
},
|
|
96
|
+
ListOperation: {
|
|
97
|
+
cancelButton: 'Avbryt'
|
|
98
|
+
},
|
|
99
|
+
Pagination: {
|
|
100
|
+
totalShort: 'av %%total%%',
|
|
101
|
+
itemsPerPage: 'Elementer per side',
|
|
102
|
+
all: 'Alle',
|
|
103
|
+
total: 'Side %%current%% av %%total%%'
|
|
104
|
+
},
|
|
105
|
+
ProgressDialog: {
|
|
106
|
+
closeButton: 'Lukk',
|
|
107
|
+
cancelButton: 'Avbryt'
|
|
108
|
+
},
|
|
109
|
+
Select: {
|
|
110
|
+
noOptions: 'Ingen alternativer',
|
|
111
|
+
placeholder: 'Velg...'
|
|
112
|
+
},
|
|
113
|
+
SpotPopup: {
|
|
114
|
+
total: '%%current%% av %%total%%'
|
|
115
|
+
},
|
|
116
|
+
Toaster: {
|
|
117
|
+
closeGroup: 'Lukk gruppen'
|
|
118
|
+
}
|
|
119
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
Card: {
|
|
5
|
+
select: 'Selecteren',
|
|
6
|
+
titleLinkTooltip: 'Ga naar pagina',
|
|
7
|
+
collapseCardTooltip: 'Kaart sluiten',
|
|
8
|
+
expandCardTooltip: 'Kaart openen'
|
|
9
|
+
},
|
|
10
|
+
CardList: {
|
|
11
|
+
loadMore: 'Meer laden',
|
|
12
|
+
notFound: 'Niets gevonden.',
|
|
13
|
+
toolbarSelect: 'Selecteren',
|
|
14
|
+
viewCards: 'Kaarten',
|
|
15
|
+
viewTiles: 'Tegels',
|
|
16
|
+
viewList: 'Lijst',
|
|
17
|
+
toolbarView: 'Weergave'
|
|
18
|
+
},
|
|
19
|
+
ClosingConfirmation: {
|
|
20
|
+
confirm: 'Toch sluiten',
|
|
21
|
+
cancel: 'Terug',
|
|
22
|
+
content: 'Weet u zeker dat u dit venster wilt sluiten? Uw wijzigingen zullen verloren gaan.'
|
|
23
|
+
},
|
|
24
|
+
Cuttable: {
|
|
25
|
+
showMore: 'Meer weergeven',
|
|
26
|
+
showLess: 'Minder weergeven'
|
|
27
|
+
},
|
|
28
|
+
Dialog: {
|
|
29
|
+
cancelButton: 'Annuleren'
|
|
30
|
+
},
|
|
31
|
+
DrawerProgress: {
|
|
32
|
+
cancelButton: 'Annuleren'
|
|
33
|
+
},
|
|
34
|
+
Dropdown: {
|
|
35
|
+
close: 'Sluiten'
|
|
36
|
+
},
|
|
37
|
+
Form: {
|
|
38
|
+
submitButton: 'Opslaan',
|
|
39
|
+
applyButton: 'Toepassen',
|
|
40
|
+
cancelButton: 'Annuleren'
|
|
41
|
+
},
|
|
42
|
+
FormField: {
|
|
43
|
+
clear: 'Leeg maken',
|
|
44
|
+
remove: 'Verwijderen',
|
|
45
|
+
addMore: 'Extra toevoegen'
|
|
46
|
+
},
|
|
47
|
+
FormFieldPassword: {
|
|
48
|
+
improvePassword: 'Zo maakt u uw wachtwoord sterker:',
|
|
49
|
+
passwordTooShort: 'Maak het wachtwoord langer.',
|
|
50
|
+
lettersLowerCase: 'Gebruik ten minste één kleine letter.',
|
|
51
|
+
lettersUpperCase: 'Gebruik ten minste één hoofdletter.',
|
|
52
|
+
numbers1: 'Gebruik ten minste één cijfer.',
|
|
53
|
+
numbers3: 'Gebruik ten minste drie cijfers.',
|
|
54
|
+
specialChar1: 'Gebruik ten minste één speciaal teken (bijvoorbeeld: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
55
|
+
specialChar2: 'Gebruik ten minste twee speciale tekens (bijvoorbeeld: !, @, #, $, %, ^, &, *, ?, _, ~).',
|
|
56
|
+
comboUpperAndLower: 'Gebruik zowel kleine letters als hoofdletters.',
|
|
57
|
+
comboLettersAndNumbers: 'Gebruik zowel cijfers als letters.',
|
|
58
|
+
comboLettersNumbersSpecial: 'Gebruik cijfers, letters en speciale tekens.',
|
|
59
|
+
yourPasswordIsStrong: 'U kunt het nog verder versterken door het langer te maken.',
|
|
60
|
+
passwordStrength: 'De sterkte van het wachtwoord is %%strength%%.',
|
|
61
|
+
strengthVeryStrong: 'ZEER STERK',
|
|
62
|
+
strengthStrong: 'STERK',
|
|
63
|
+
strengthVeryWeak: 'ZEER ZWAK',
|
|
64
|
+
strengthWeak: 'ZWAK',
|
|
65
|
+
strengthMedium: 'GEMIDDELD',
|
|
66
|
+
hidePassword: 'Wachtwoord verbergen',
|
|
67
|
+
showPassword: 'Wachtwoord tonen',
|
|
68
|
+
generateButton: 'Genereren',
|
|
69
|
+
copyButtonHint: 'Wachtwoord kopiëren',
|
|
70
|
+
copySuccessToast: 'Wachtwoord is gekopieerd',
|
|
71
|
+
generateButtonHint: 'Sterk wachtwoord genereren'
|
|
72
|
+
},
|
|
73
|
+
InPlaceEdit: {
|
|
74
|
+
editButtonHint: 'Waarde bewerken',
|
|
75
|
+
okButtonHint: 'Wijzigingen opslaan',
|
|
76
|
+
cancelButtonHint: 'Wijzigingen ongedaan maken'
|
|
77
|
+
},
|
|
78
|
+
InputFile: {
|
|
79
|
+
browseButton: 'Bestand selecteren...'
|
|
80
|
+
},
|
|
81
|
+
List: {
|
|
82
|
+
totalRows: '%%totalRows%% items in totaal',
|
|
83
|
+
selectedRows: '%%selectedRows%% van %%totalRows%% items geselecteerd',
|
|
84
|
+
all: 'Alle',
|
|
85
|
+
allItemsOnPageSelected: 'Alle items op de pagina geselecteerd',
|
|
86
|
+
allItemsSelected: 'Alle items geselecteerd',
|
|
87
|
+
selectAllItems: 'Alle items selecteren',
|
|
88
|
+
selectAllItemsOnPage: 'Alle items op de pagina selecteren',
|
|
89
|
+
deselectAll: 'Selectie opheffen'
|
|
90
|
+
},
|
|
91
|
+
ListEmptyView: {
|
|
92
|
+
filteredTitle: 'Kan niets vinden dat voldoet aan de filter-criteria',
|
|
93
|
+
emptyTitle: 'Hier is helemaal niets',
|
|
94
|
+
filteredDescription: 'Pas uw zoekopdracht aan of verwijder enkele criteria uit het filter en probeer het opnieuw.'
|
|
95
|
+
},
|
|
96
|
+
ListOperation: {
|
|
97
|
+
cancelButton: 'Annuleren'
|
|
98
|
+
},
|
|
99
|
+
Pagination: {
|
|
100
|
+
totalShort: 'van %%total%%',
|
|
101
|
+
itemsPerPage: 'Items per pagina',
|
|
102
|
+
all: 'Alles',
|
|
103
|
+
total: 'Pagina %%current%% van %%total%%'
|
|
104
|
+
},
|
|
105
|
+
ProgressDialog: {
|
|
106
|
+
closeButton: 'Sluiten',
|
|
107
|
+
cancelButton: 'Annuleren'
|
|
108
|
+
},
|
|
109
|
+
Select: {
|
|
110
|
+
noOptions: 'Geen opties',
|
|
111
|
+
placeholder: 'Selecteren...'
|
|
112
|
+
},
|
|
113
|
+
SpotPopup: {
|
|
114
|
+
total: '%%current%% van %%total%%'
|
|
115
|
+
},
|
|
116
|
+
Toaster: {
|
|
117
|
+
closeGroup: 'Groep sluiten'
|
|
118
|
+
}
|
|
119
|
+
};
|