@geotab/zenith 3.11.0 → 3.11.1-beta.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/README.md +8 -0
- package/dist/checkboxListWithAction/checkboxListWithAction.js +26 -27
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +116 -44
- package/dist/index.css +4 -1
- package/dist/pillExpandable/pillExpandable.js +1 -36
- package/dist/pillExpandable/pillExpandableSimple.d.ts +1 -2
- package/dist/pillExpandable/pillExpandableSimple.js +5 -3
- package/dist/selectList/selectList.actionTypes.d.ts +6 -1
- package/dist/selectList/selectList.actionTypes.js +1 -0
- package/dist/selectList/selectList.d.ts +1 -1
- package/dist/selectList/selectList.helpers.d.ts +1 -1
- package/dist/selectList/selectList.helpers.js +29 -4
- package/dist/selectList/selectList.js +464 -125
- package/dist/selectList/selectList.reducer.js +3 -2
- package/dist/selectList/selectListItem.d.ts +2 -1
- package/dist/selectList/selectListItem.js +19 -2
- package/dist/sortControl/sortControl.js +58 -2
- package/dist/summaryTile/summaryTile.d.ts +3 -1
- package/dist/summaryTile/summaryTile.js +2 -1
- package/dist/table/flexible/columnsList.js +4 -2
- package/dist/utils/localization/translations/ar.json +5 -1
- package/dist/utils/localization/translations/cs.json +5 -1
- package/dist/utils/localization/translations/da-DK.json +5 -1
- package/dist/utils/localization/translations/de.json +5 -1
- package/dist/utils/localization/translations/en.json +5 -1
- package/dist/utils/localization/translations/es.json +5 -1
- package/dist/utils/localization/translations/fi-FI.json +5 -1
- package/dist/utils/localization/translations/fr-FR.json +5 -1
- package/dist/utils/localization/translations/fr.json +5 -1
- package/dist/utils/localization/translations/hu-HU.json +5 -1
- package/dist/utils/localization/translations/id.json +5 -1
- package/dist/utils/localization/translations/it.json +5 -1
- package/dist/utils/localization/translations/ja.json +5 -1
- package/dist/utils/localization/translations/ko-KR.json +5 -1
- package/dist/utils/localization/translations/ms.json +5 -1
- package/dist/utils/localization/translations/nb-NO.json +5 -1
- package/dist/utils/localization/translations/nl.json +5 -1
- package/dist/utils/localization/translations/pl.json +5 -1
- package/dist/utils/localization/translations/pt-BR.json +5 -1
- package/dist/utils/localization/translations/pt-PT.json +5 -1
- package/dist/utils/localization/translations/ro-RO.json +5 -1
- package/dist/utils/localization/translations/sk-SK.json +5 -1
- package/dist/utils/localization/translations/sv.json +5 -1
- package/dist/utils/localization/translations/th.json +5 -1
- package/dist/utils/localization/translations/tr.json +5 -1
- package/dist/utils/localization/translations/zh-Hans.json +5 -1
- package/dist/utils/localization/translations/zh-TW.json +5 -1
- package/esm/checkboxListWithAction/checkboxListWithAction.js +26 -27
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +110 -43
- package/esm/pillExpandable/pillExpandable.js +1 -36
- package/esm/pillExpandable/pillExpandableSimple.d.ts +1 -2
- package/esm/pillExpandable/pillExpandableSimple.js +5 -3
- package/esm/selectList/selectList.actionTypes.d.ts +6 -1
- package/esm/selectList/selectList.actionTypes.js +1 -0
- package/esm/selectList/selectList.d.ts +1 -1
- package/esm/selectList/selectList.helpers.d.ts +1 -1
- package/esm/selectList/selectList.helpers.js +29 -4
- package/esm/selectList/selectList.js +460 -126
- package/esm/selectList/selectList.reducer.js +3 -2
- package/esm/selectList/selectListItem.d.ts +2 -1
- package/esm/selectList/selectListItem.js +19 -2
- package/esm/sortControl/sortControl.js +58 -2
- package/esm/summaryTile/summaryTile.d.ts +3 -1
- package/esm/summaryTile/summaryTile.js +2 -1
- package/esm/table/flexible/columnsList.js +4 -2
- package/esm/utils/localization/translations/ar.json +5 -1
- package/esm/utils/localization/translations/cs.json +5 -1
- package/esm/utils/localization/translations/da-DK.json +5 -1
- package/esm/utils/localization/translations/de.json +5 -1
- package/esm/utils/localization/translations/en.json +5 -1
- package/esm/utils/localization/translations/es.json +5 -1
- package/esm/utils/localization/translations/fi-FI.json +5 -1
- package/esm/utils/localization/translations/fr-FR.json +5 -1
- package/esm/utils/localization/translations/fr.json +5 -1
- package/esm/utils/localization/translations/hu-HU.json +5 -1
- package/esm/utils/localization/translations/id.json +5 -1
- package/esm/utils/localization/translations/it.json +5 -1
- package/esm/utils/localization/translations/ja.json +5 -1
- package/esm/utils/localization/translations/ko-KR.json +5 -1
- package/esm/utils/localization/translations/ms.json +5 -1
- package/esm/utils/localization/translations/nb-NO.json +5 -1
- package/esm/utils/localization/translations/nl.json +5 -1
- package/esm/utils/localization/translations/pl.json +5 -1
- package/esm/utils/localization/translations/pt-BR.json +5 -1
- package/esm/utils/localization/translations/pt-PT.json +5 -1
- package/esm/utils/localization/translations/ro-RO.json +5 -1
- package/esm/utils/localization/translations/sk-SK.json +5 -1
- package/esm/utils/localization/translations/sv.json +5 -1
- package/esm/utils/localization/translations/th.json +5 -1
- package/esm/utils/localization/translations/tr.json +5 -1
- package/esm/utils/localization/translations/zh-Hans.json +5 -1
- package/esm/utils/localization/translations/zh-TW.json +5 -1
- package/package.json +1 -1
|
@@ -4,7 +4,24 @@ import { CheckboxNonInteractive } from "../checkboxNonInteractive/checkboxNonInt
|
|
|
4
4
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
5
5
|
import { IconChevronRight } from "../icons/iconChevronRight";
|
|
6
6
|
import { useDriveClassName } from "../utils/theme/useDriveClassName";
|
|
7
|
-
|
|
7
|
+
const getAriaChecked = (showCheckbox, state) => {
|
|
8
|
+
if (!showCheckbox) {
|
|
9
|
+
return undefined;
|
|
10
|
+
}
|
|
11
|
+
if (state === CheckboxState.Indeterminate) {
|
|
12
|
+
return "mixed";
|
|
13
|
+
}
|
|
14
|
+
return state === CheckboxState.On;
|
|
15
|
+
};
|
|
16
|
+
const getTabIndex = (showCheckbox, focused, disabled) => {
|
|
17
|
+
if (!showCheckbox) {
|
|
18
|
+
return undefined;
|
|
19
|
+
}
|
|
20
|
+
if (disabled)
|
|
21
|
+
return -1;
|
|
22
|
+
return focused ? 0 : -1;
|
|
23
|
+
};
|
|
24
|
+
export const SelectListItem = ({ id, disabled = false, state = CheckboxState.Off, showCheckbox = false, focused = false, onChange, onClick, onFocusItem, multiLevel, className = "", children }) => {
|
|
8
25
|
const driveClassName = useDriveClassName("zen-select-item");
|
|
9
26
|
const onClickFunc = () => {
|
|
10
27
|
if (disabled) {
|
|
@@ -22,7 +39,7 @@ export const SelectListItem = ({ id, disabled = false, state = CheckboxState.Off
|
|
|
22
39
|
focused ? "zen-select-item--focused" : "",
|
|
23
40
|
driveClassName || "",
|
|
24
41
|
className
|
|
25
|
-
]), role: "option", "aria-selected": state === CheckboxState.On, "aria-disabled": disabled, onClick: onClickFunc, id: id, children: _jsxs("div", { className: classNames([
|
|
42
|
+
]), role: showCheckbox ? "menuitemcheckbox" : "option", "aria-selected": showCheckbox ? undefined : state === CheckboxState.On, "aria-checked": getAriaChecked(showCheckbox, state), "aria-disabled": disabled, tabIndex: getTabIndex(showCheckbox, focused, disabled), onFocus: !showCheckbox && !disabled && onFocusItem ? () => onFocusItem(id) : undefined, onClick: onClickFunc, id: id, children: _jsxs("div", { className: classNames([
|
|
26
43
|
"zen-select-list__item-content",
|
|
27
44
|
"zen-select-item__wrapper",
|
|
28
45
|
"zen-ellipsis",
|
|
@@ -65,6 +65,60 @@ injectString("zh-Hans", "Change sort direction", "\u66F4\u6539\u6392\u5E8F");
|
|
|
65
65
|
injectString("zh-TW", "Change sort direction", "\u8B8A\u66F4\u6392\u5E8F\u65B9\u5411");
|
|
66
66
|
injectString("ro-RO", "Change sort direction", "Schimba\u021Bi direc\u021Bia sort\u0103rii");
|
|
67
67
|
injectString("ar-SA", "Change sort direction", "\u062A\u063A\u064A\u064A\u0631 \u0627\u062A\u062C\u0627\u0647 \u0627\u0644\u062A\u0631\u062A\u064A\u0628");
|
|
68
|
+
injectString("cs", "Ascending", "Vzestupn\u011B");
|
|
69
|
+
injectString("da-DK", "Ascending", "Stigende");
|
|
70
|
+
injectString("de", "Ascending", "Aufsteigend");
|
|
71
|
+
injectString("en", "Ascending", "Ascending");
|
|
72
|
+
injectString("es", "Ascending", "Ascendente");
|
|
73
|
+
injectString("fi-FI", "Ascending", "Nouseva");
|
|
74
|
+
injectString("fr", "Ascending", "Croissant");
|
|
75
|
+
injectString("fr-FR", "Ascending", "Croissant");
|
|
76
|
+
injectString("hu-HU", "Ascending", "N\xF6vekv\u0151");
|
|
77
|
+
injectString("id", "Ascending", "Naik");
|
|
78
|
+
injectString("it", "Ascending", "Crescente");
|
|
79
|
+
injectString("ja", "Ascending", "\u6607\u9806");
|
|
80
|
+
injectString("ko-KR", "Ascending", "\uC624\uB984\uCC28\uC21C");
|
|
81
|
+
injectString("ms", "Ascending", "Menaik");
|
|
82
|
+
injectString("nb-NO", "Ascending", "Stigende");
|
|
83
|
+
injectString("nl", "Ascending", "Oplopend");
|
|
84
|
+
injectString("pl", "Ascending", "Rosn\u0105co");
|
|
85
|
+
injectString("pt-BR", "Ascending", "Crescente");
|
|
86
|
+
injectString("pt-PT", "Ascending", "Ascendente");
|
|
87
|
+
injectString("sk-SK", "Ascending", "Vzostupne");
|
|
88
|
+
injectString("sv", "Ascending", "Stigande");
|
|
89
|
+
injectString("th", "Ascending", "\u0E08\u0E32\u0E01\u0E19\u0E49\u0E2D\u0E22\u0E44\u0E1B\u0E21\u0E32\u0E01");
|
|
90
|
+
injectString("tr", "Ascending", "Artan");
|
|
91
|
+
injectString("zh-Hans", "Ascending", "\u5347\u5E8F");
|
|
92
|
+
injectString("zh-TW", "Ascending", "\u905E\u589E");
|
|
93
|
+
injectString("ro-RO", "Ascending", "Ascensiune");
|
|
94
|
+
injectString("ar-SA", "Ascending", "\u062A\u0635\u0627\u0639\u062F\u064A");
|
|
95
|
+
injectString("cs", "Descending", "Sestupn\u011B");
|
|
96
|
+
injectString("da-DK", "Descending", "Faldende");
|
|
97
|
+
injectString("de", "Descending", "Absteigend");
|
|
98
|
+
injectString("en", "Descending", "Descending");
|
|
99
|
+
injectString("es", "Descending", "Descendente");
|
|
100
|
+
injectString("fi-FI", "Descending", "Laskeva");
|
|
101
|
+
injectString("fr", "Descending", "D\xE9croissant");
|
|
102
|
+
injectString("fr-FR", "Descending", "Descendant");
|
|
103
|
+
injectString("hu-HU", "Descending", "Cs\xF6kken\u0151");
|
|
104
|
+
injectString("id", "Descending", "Menurun");
|
|
105
|
+
injectString("it", "Descending", "Decrescente");
|
|
106
|
+
injectString("ja", "Descending", "\u964D\u9806");
|
|
107
|
+
injectString("ko-KR", "Descending", "\uB0B4\uB9BC\uCC28\uC21C");
|
|
108
|
+
injectString("ms", "Descending", "Menurun");
|
|
109
|
+
injectString("nb-NO", "Descending", "Synkende");
|
|
110
|
+
injectString("nl", "Descending", "Aflopend");
|
|
111
|
+
injectString("pl", "Descending", "Malej\u0105co");
|
|
112
|
+
injectString("pt-BR", "Descending", "Decrescente");
|
|
113
|
+
injectString("pt-PT", "Descending", "Descendente");
|
|
114
|
+
injectString("sk-SK", "Descending", "Zostupne");
|
|
115
|
+
injectString("sv", "Descending", "Fallande");
|
|
116
|
+
injectString("th", "Descending", "\u0E08\u0E32\u0E01\u0E21\u0E32\u0E01\u0E44\u0E1B\u0E19\u0E49\u0E2D\u0E22");
|
|
117
|
+
injectString("tr", "Descending", "Azalan");
|
|
118
|
+
injectString("zh-Hans", "Descending", "\u964D\u5E8F");
|
|
119
|
+
injectString("zh-TW", "Descending", "\u905E\u6E1B");
|
|
120
|
+
injectString("ro-RO", "Descending", "Cobor\xE2re");
|
|
121
|
+
injectString("ar-SA", "Descending", "\u062A\u0646\u0627\u0632\u0644\u064A");
|
|
68
122
|
injectString("cs", "Sort Options", "Sort Options");
|
|
69
123
|
injectString("da-DK", "Sort Options", "Sorteringsmuligheder");
|
|
70
124
|
injectString("de", "Sort Options", "Sort Options");
|
|
@@ -149,7 +203,6 @@ export const SortControl = ({
|
|
|
149
203
|
onClick: () => onSortDirectionToggle(),
|
|
150
204
|
disabled: disabled,
|
|
151
205
|
title: translate("Change sort direction"),
|
|
152
|
-
"aria-label": translate("Change sort direction"),
|
|
153
206
|
children: [directionIcon ? sortDirection === SortDirections.Ascending ? _jsx(IconFilter3Asc, {
|
|
154
207
|
className: "zen-sort-container__sort-icon",
|
|
155
208
|
size: isDrive ? "huge" : "large"
|
|
@@ -162,6 +215,9 @@ export const SortControl = ({
|
|
|
162
215
|
children: [buttonTextValue, ": "]
|
|
163
216
|
}), _jsx("span", {
|
|
164
217
|
children: (items.find(item => item.id === sortBy) || items[0]).children
|
|
218
|
+
}), _jsxs("span", {
|
|
219
|
+
className: "zen-visually-hidden",
|
|
220
|
+
children: [" ", sortDirection === SortDirections.Ascending ? translate("Ascending") : translate("Descending")]
|
|
165
221
|
})]
|
|
166
222
|
})]
|
|
167
223
|
}), isSingleItem ? "" : _jsx(Popup, {
|
|
@@ -188,4 +244,4 @@ export const SortControl = ({
|
|
|
188
244
|
}, popupKey)]
|
|
189
245
|
});
|
|
190
246
|
};
|
|
191
|
-
export const TRANSLATIONS = ["Sort by", "Sort Options", "Change sort direction"];
|
|
247
|
+
export const TRANSLATIONS = ["Sort by", "Sort Options", "Change sort direction", "Ascending", "Descending"];
|
|
@@ -52,6 +52,8 @@ export interface ISummaryTile extends IZenComponentProps, IZenGridItem {
|
|
|
52
52
|
* `"small"` | `"large"` | `"auto"`
|
|
53
53
|
*/
|
|
54
54
|
tooltipSize?: TooltipSize;
|
|
55
|
+
/** Custom `aria-label` for the tooltip trigger button. Defaults to the translated word for "Information" when omitted. */
|
|
56
|
+
tooltipAriaLabel?: string;
|
|
55
57
|
/** When `true`, shows a skeleton placeholder while data is being fetched — two skeleton elements replace the title and content areas. */
|
|
56
58
|
isLoading?: boolean;
|
|
57
59
|
/** Analytics identifier applied as `data-analytics-id`. Defaults to a kebab-cased version of `title`. */
|
|
@@ -73,6 +75,6 @@ export declare const SummaryTileDisplayName = "SummaryTile";
|
|
|
73
75
|
* Use inside `SummaryTileBar` to group multiple tiles in a scrollable row.
|
|
74
76
|
*/
|
|
75
77
|
export declare const SummaryTile: {
|
|
76
|
-
({ className, children, size, title, tileType, id, onClick, tooltipText, tooltipAlignment, isLoading, dataAnalyticsId }: ISummaryTile): import("react/jsx-runtime").JSX.Element;
|
|
78
|
+
({ className, children, size, title, tileType, id, onClick, tooltipText, tooltipAlignment, tooltipAriaLabel, isLoading, dataAnalyticsId }: ISummaryTile): import("react/jsx-runtime").JSX.Element;
|
|
77
79
|
displayName: string;
|
|
78
80
|
};
|
|
@@ -82,6 +82,7 @@ export const SummaryTile = ({
|
|
|
82
82
|
onClick,
|
|
83
83
|
tooltipText,
|
|
84
84
|
tooltipAlignment = "top",
|
|
85
|
+
tooltipAriaLabel,
|
|
85
86
|
isLoading = false,
|
|
86
87
|
dataAnalyticsId
|
|
87
88
|
}) => {
|
|
@@ -134,7 +135,7 @@ export const SummaryTile = ({
|
|
|
134
135
|
alignment: tooltipAlignment,
|
|
135
136
|
trigger: _jsx(SummaryTileTrigger, {
|
|
136
137
|
icon: memoizedGetIconId,
|
|
137
|
-
"aria-label": translate("Information")
|
|
138
|
+
"aria-label": tooltipAriaLabel || translate("Information")
|
|
138
139
|
}),
|
|
139
140
|
children: tooltipText
|
|
140
141
|
}) : null;
|
|
@@ -57,6 +57,7 @@ const SubColumnsList = ({
|
|
|
57
57
|
showCheckbox: true,
|
|
58
58
|
children: c.title
|
|
59
59
|
})), [columns, sortColumnsInt, lastVisibleColumnId]);
|
|
60
|
+
const allDisabled = useMemo(() => items.every(item => item.disabled), [items]);
|
|
60
61
|
const state = columns.reduce((res, c) => {
|
|
61
62
|
res.set(c.id, settings.get(c.id) !== false ? CheckboxState.On : CheckboxState.Off);
|
|
62
63
|
return res;
|
|
@@ -76,8 +77,9 @@ const SubColumnsList = ({
|
|
|
76
77
|
title: title || translate("Select visible columns"),
|
|
77
78
|
multiselect: true,
|
|
78
79
|
showCheckbox: true,
|
|
79
|
-
onChange: onChangeItem
|
|
80
|
-
|
|
80
|
+
onChange: onChangeItem,
|
|
81
|
+
disabled: allDisabled
|
|
82
|
+
}), [id, items, state, title, translate, onChangeItem, allDisabled]);
|
|
81
83
|
if (!title) {
|
|
82
84
|
return list;
|
|
83
85
|
}
|
|
@@ -282,6 +282,8 @@
|
|
|
282
282
|
"This field is required.": "هذا الحقل مطلوب.",
|
|
283
283
|
"On": "تشغيل",
|
|
284
284
|
"Off": "إيقاف",
|
|
285
|
+
"Checked": "محدد",
|
|
286
|
+
"Unchecked": "غير محدد",
|
|
285
287
|
"Sub-options are not active.": "الخيارات الفرعية غير نشطة.",
|
|
286
288
|
"Reload": "إعادة تحميل",
|
|
287
289
|
"Could not load field data": "تعذر تحميل بيانات الحقل",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "الصيغ المدعومة:",
|
|
324
326
|
"Upload files.": "رفع الملفات.",
|
|
325
327
|
"File upload area": "منطقة رفع الملفات",
|
|
326
|
-
"Uploaded": "تم الرفع"
|
|
328
|
+
"Uploaded": "تم الرفع",
|
|
329
|
+
"Ascending": "تصاعدي",
|
|
330
|
+
"Descending": "تنازلي"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Toto pole je povinné.",
|
|
240
240
|
"On": "Zapnuto",
|
|
241
241
|
"Off": "Vypnuto",
|
|
242
|
+
"Checked": "Zaškrtnuto",
|
|
243
|
+
"Unchecked": "Nezaškrtnuto",
|
|
242
244
|
"Scroll left": "Přejít doleva",
|
|
243
245
|
"Scroll right": "Přejít doprava",
|
|
244
246
|
"Send feedback": "Odeslat zpětnou vazbu",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Vzestupně",
|
|
330
|
+
"Descending": "Sestupně"
|
|
327
331
|
}
|
|
@@ -256,6 +256,8 @@
|
|
|
256
256
|
"This field is required.": "Dette felt er påkrævet.",
|
|
257
257
|
"On": "Tændt",
|
|
258
258
|
"Off": "Slukket",
|
|
259
|
+
"Checked": "Markeret",
|
|
260
|
+
"Unchecked": "Ikke markeret",
|
|
259
261
|
"Reload": "Genindlæs",
|
|
260
262
|
"View details": "Se detaljer",
|
|
261
263
|
"Year to date": "År til dato",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Stigende",
|
|
330
|
+
"Descending": "Faldende"
|
|
327
331
|
}
|
|
@@ -238,6 +238,8 @@
|
|
|
238
238
|
"This field is required.": "Dieses Feld ist erforderlich.",
|
|
239
239
|
"On": "Ein",
|
|
240
240
|
"Off": "Aus",
|
|
241
|
+
"Checked": "Aktiviert",
|
|
242
|
+
"Unchecked": "Deaktiviert",
|
|
241
243
|
"Scroll left": "Nach links scrollen",
|
|
242
244
|
"Scroll right": "Nach rechts scrollen",
|
|
243
245
|
"Clear selection": "Auswahl löschen",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Aufsteigend",
|
|
330
|
+
"Descending": "Absteigend"
|
|
327
331
|
}
|
|
@@ -285,6 +285,8 @@
|
|
|
285
285
|
"This field is required.": "This field is required.",
|
|
286
286
|
"On": "On",
|
|
287
287
|
"Off": "Off",
|
|
288
|
+
"Checked": "Checked",
|
|
289
|
+
"Unchecked": "Unchecked",
|
|
288
290
|
"Sub-options are not active.": "Sub-options are not active.",
|
|
289
291
|
"Reload": "Reload",
|
|
290
292
|
"Could not load field data": "Could not load field data",
|
|
@@ -328,5 +330,7 @@
|
|
|
328
330
|
"File upload area": "File upload area",
|
|
329
331
|
"Uploaded": "Uploaded",
|
|
330
332
|
"Sort by Ascending": "Sort by Ascending",
|
|
331
|
-
"Sort by Descending": "Sort by Descending"
|
|
333
|
+
"Sort by Descending": "Sort by Descending",
|
|
334
|
+
"Ascending": "Ascending",
|
|
335
|
+
"Descending": "Descending"
|
|
332
336
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Este campo es obligatorio.",
|
|
240
240
|
"On": "Activado",
|
|
241
241
|
"Off": "Deshabilitado",
|
|
242
|
+
"Checked": "Marcado",
|
|
243
|
+
"Unchecked": "Sin marcar",
|
|
242
244
|
"Scroll left": "Desplazarse a la izquierda",
|
|
243
245
|
"Scroll right": "Desplazarse a la derecha",
|
|
244
246
|
"Send feedback": "Enviar comentarios",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Ascendente",
|
|
330
|
+
"Descending": "Descendente"
|
|
327
331
|
}
|
|
@@ -256,6 +256,8 @@
|
|
|
256
256
|
"This field is required.": "Tämä kenttä on pakollinen.",
|
|
257
257
|
"On": "Päälle",
|
|
258
258
|
"Off": "Pois",
|
|
259
|
+
"Checked": "Valittu",
|
|
260
|
+
"Unchecked": "Ei valittu",
|
|
259
261
|
"Reload": "Ladata uudelleen",
|
|
260
262
|
"View details": "Näytä tiedot",
|
|
261
263
|
"Year to date": "Vuoden alusta",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Nouseva",
|
|
330
|
+
"Descending": "Laskeva"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Ce champ est requis.",
|
|
240
240
|
"On": "On",
|
|
241
241
|
"Off": "Off",
|
|
242
|
+
"Checked": "Coché",
|
|
243
|
+
"Unchecked": "Non coché",
|
|
242
244
|
"Scroll left": "Faire défiler vers la gauche",
|
|
243
245
|
"Scroll right": "Faire défiler vers la droite",
|
|
244
246
|
"Send feedback": "Envoyer votre avis",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Croissant",
|
|
330
|
+
"Descending": "Descendant"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Ce champ est obligatoire.",
|
|
240
240
|
"On": "Activé",
|
|
241
241
|
"Off": "Désactivé",
|
|
242
|
+
"Checked": "Coché",
|
|
243
|
+
"Unchecked": "Non coché",
|
|
242
244
|
"Scroll left": "Défiler vers la gauche",
|
|
243
245
|
"Scroll right": "Défiler vers la droite",
|
|
244
246
|
"Send feedback": "Envoyer une rétroaction",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Croissant",
|
|
330
|
+
"Descending": "Décroissant"
|
|
327
331
|
}
|
|
@@ -256,6 +256,8 @@
|
|
|
256
256
|
"This field is required.": "Ez a mező kötelező.",
|
|
257
257
|
"On": "Bekapcsolva",
|
|
258
258
|
"Off": "Kikapcsolva",
|
|
259
|
+
"Checked": "Bejelölve",
|
|
260
|
+
"Unchecked": "Nincs bejelölve",
|
|
259
261
|
"Reload": "Újratöltés",
|
|
260
262
|
"View details": "Részletek megtekintése",
|
|
261
263
|
"Year to date": "Év a mai napig",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Növekvő",
|
|
330
|
+
"Descending": "Csökkenő"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Bidang ini harus diisi.",
|
|
240
240
|
"On": "Aktif",
|
|
241
241
|
"Off": "Nonaktif",
|
|
242
|
+
"Checked": "Dicentang",
|
|
243
|
+
"Unchecked": "Tidak dicentang",
|
|
242
244
|
"Scroll left": "Gulir ke kiri",
|
|
243
245
|
"Scroll right": "Gulir ke kanan",
|
|
244
246
|
"Send feedback": "Kirim umpan balik",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Naik",
|
|
330
|
+
"Descending": "Menurun"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Questo campo è obbligatorio.",
|
|
240
240
|
"On": "On",
|
|
241
241
|
"Off": "Off",
|
|
242
|
+
"Checked": "Selezionato",
|
|
243
|
+
"Unchecked": "Non selezionato",
|
|
242
244
|
"Scroll left": "Scorrere verso sinistra",
|
|
243
245
|
"Scroll right": "Scorrere verso destra",
|
|
244
246
|
"Send feedback": "Invia un feedback",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Crescente",
|
|
330
|
+
"Descending": "Decrescente"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "このフィールドは必須です。",
|
|
240
240
|
"On": "オン",
|
|
241
241
|
"Off": "オフ",
|
|
242
|
+
"Checked": "チェック済み",
|
|
243
|
+
"Unchecked": "未チェック",
|
|
242
244
|
"Scroll left": "左にスクロール",
|
|
243
245
|
"Scroll right": "右にスクロール",
|
|
244
246
|
"Send feedback": "フィードバックの送信",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "昇順",
|
|
330
|
+
"Descending": "降順"
|
|
327
331
|
}
|
|
@@ -235,6 +235,8 @@
|
|
|
235
235
|
"This field is required.": "이 필드는 필수입니다.",
|
|
236
236
|
"On": "켜짐",
|
|
237
237
|
"Off": "꺼짐",
|
|
238
|
+
"Checked": "선택됨",
|
|
239
|
+
"Unchecked": "선택 안 됨",
|
|
238
240
|
"Previous": "이전의",
|
|
239
241
|
"Next": "다음",
|
|
240
242
|
"Save": "저장",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "오름차순",
|
|
330
|
+
"Descending": "내림차순"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Medan ini diperlukan.",
|
|
240
240
|
"On": "Hidup",
|
|
241
241
|
"Off": "Mati",
|
|
242
|
+
"Checked": "Ditanda",
|
|
243
|
+
"Unchecked": "Tidak ditanda",
|
|
242
244
|
"Scroll left": "Skrol ke kiri",
|
|
243
245
|
"Scroll right": "Skrol ke kanan",
|
|
244
246
|
"Send feedback": "Hantar maklum balas",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Menaik",
|
|
330
|
+
"Descending": "Menurun"
|
|
327
331
|
}
|
|
@@ -256,6 +256,8 @@
|
|
|
256
256
|
"This field is required.": "Dette feltet er påkrevd.",
|
|
257
257
|
"On": "På",
|
|
258
258
|
"Off": "Av",
|
|
259
|
+
"Checked": "Merket",
|
|
260
|
+
"Unchecked": "Ikke merket",
|
|
259
261
|
"Reload": "Last inn på nytt",
|
|
260
262
|
"View details": "Se detaljer",
|
|
261
263
|
"Year to date": "År til dato",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Stigende",
|
|
330
|
+
"Descending": "Synkende"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Dit veld is verplicht.",
|
|
240
240
|
"On": "Aan",
|
|
241
241
|
"Off": "Uit",
|
|
242
|
+
"Checked": "Aangevinkt",
|
|
243
|
+
"Unchecked": "Niet aangevinkt",
|
|
242
244
|
"Scroll left": "Blader naar links",
|
|
243
245
|
"Scroll right": "Blader naar rechts",
|
|
244
246
|
"Send feedback": "Feedback sturen",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Oplopend",
|
|
330
|
+
"Descending": "Aflopend"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "To pole jest wymagane.",
|
|
240
240
|
"On": "Wł.",
|
|
241
241
|
"Off": "Wył.",
|
|
242
|
+
"Checked": "Zaznaczono",
|
|
243
|
+
"Unchecked": "Odznaczono",
|
|
242
244
|
"Scroll left": "Przewiń w lewo",
|
|
243
245
|
"Scroll right": "Przewiń w prawo",
|
|
244
246
|
"Send feedback": "Wyślij opinię",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Rosnąco",
|
|
330
|
+
"Descending": "Malejąco"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Este campo é obrigatório.",
|
|
240
240
|
"On": "Ativar",
|
|
241
241
|
"Off": "Desativar",
|
|
242
|
+
"Checked": "Marcado",
|
|
243
|
+
"Unchecked": "Desmarcado",
|
|
242
244
|
"Scroll left": "Rolar para a esquerda",
|
|
243
245
|
"Scroll right": "Rolar para a direita",
|
|
244
246
|
"Send feedback": "Enviar feedback",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Crescente",
|
|
330
|
+
"Descending": "Decrescente"
|
|
327
331
|
}
|
|
@@ -282,6 +282,8 @@
|
|
|
282
282
|
"This field is required.": "Este campo é obrigatório.",
|
|
283
283
|
"On": "Ligado",
|
|
284
284
|
"Off": "Desligado",
|
|
285
|
+
"Checked": "Marcado",
|
|
286
|
+
"Unchecked": "Desmarcado",
|
|
285
287
|
"Sub-options are not active.": "Subopções não estão ativas.",
|
|
286
288
|
"Reload": "Recarregar",
|
|
287
289
|
"Could not load field data": "Não foi possível carregar os dados do campo",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Ascendente",
|
|
330
|
+
"Descending": "Descendente"
|
|
327
331
|
}
|
|
@@ -282,6 +282,8 @@
|
|
|
282
282
|
"This field is required.": "Acest câmp este obligatoriu.",
|
|
283
283
|
"On": "Pe",
|
|
284
284
|
"Off": "Off",
|
|
285
|
+
"Checked": "Bifat",
|
|
286
|
+
"Unchecked": "Nebifat",
|
|
285
287
|
"Sub-options are not active.": "Nu sunt active opțiuni secundare.",
|
|
286
288
|
"Reload": "Reîncărcați",
|
|
287
289
|
"Could not load field data": "Nu s-au putut încărca datele din câmp",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Ascensiune",
|
|
330
|
+
"Descending": "Coborâre"
|
|
327
331
|
}
|
|
@@ -255,6 +255,8 @@
|
|
|
255
255
|
"This field is required.": "Toto pole je povinné.",
|
|
256
256
|
"On": "Zapnuté",
|
|
257
257
|
"Off": "Vypnuté",
|
|
258
|
+
"Checked": "Zaškrtnuté",
|
|
259
|
+
"Unchecked": "Nezaškrtnuté",
|
|
258
260
|
"Reload": "Obnoviť",
|
|
259
261
|
"View details": "Zobraziť podrobnosti",
|
|
260
262
|
"Year to date": "Rok od začiatku",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Vzostupne",
|
|
330
|
+
"Descending": "Zostupne"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Det här fältet är obligatoriskt.",
|
|
240
240
|
"On": "På",
|
|
241
241
|
"Off": "Av",
|
|
242
|
+
"Checked": "Markerad",
|
|
243
|
+
"Unchecked": "Avmarkerad",
|
|
242
244
|
"Scroll left": "Bläddra åt vänster",
|
|
243
245
|
"Scroll right": "Bläddra åt höger",
|
|
244
246
|
"Send feedback": "Skicka återkoppling",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Stigande",
|
|
330
|
+
"Descending": "Fallande"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "ต้องใส่ข้อมูลในฟิลด์นี้",
|
|
240
240
|
"On": "เปิด",
|
|
241
241
|
"Off": "ปิด",
|
|
242
|
+
"Checked": "ทำเครื่องหมายแล้ว",
|
|
243
|
+
"Unchecked": "ยังไม่ได้ทำเครื่องหมาย",
|
|
242
244
|
"Scroll left": "เลื่อนไปทางซ้าย",
|
|
243
245
|
"Scroll right": "เลื่อนไปทางขวา",
|
|
244
246
|
"Send feedback": "ส่งคำติชม",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "จากน้อยไปมาก",
|
|
330
|
+
"Descending": "จากมากไปน้อย"
|
|
327
331
|
}
|
|
@@ -239,6 +239,8 @@
|
|
|
239
239
|
"This field is required.": "Bu alan zorunludur.",
|
|
240
240
|
"On": "Açık",
|
|
241
241
|
"Off": "Kapalı",
|
|
242
|
+
"Checked": "İşaretlendi",
|
|
243
|
+
"Unchecked": "İşaretlenmedi",
|
|
242
244
|
"Scroll left": "Sola kaydır",
|
|
243
245
|
"Scroll right": "Sağa Kaydır",
|
|
244
246
|
"Send feedback": "Geri bildirim gönder",
|
|
@@ -323,5 +325,7 @@
|
|
|
323
325
|
"Supported Formats:": "Supported Formats:",
|
|
324
326
|
"Upload files.": "Upload files.",
|
|
325
327
|
"File upload area": "File upload area",
|
|
326
|
-
"Uploaded": "Uploaded"
|
|
328
|
+
"Uploaded": "Uploaded",
|
|
329
|
+
"Ascending": "Artan",
|
|
330
|
+
"Descending": "Azalan"
|
|
327
331
|
}
|