@geotab/zenith 3.12.3 → 3.13.0-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 +11 -3
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/dist/calendar/calendar.js +1 -1
- package/dist/chart/lineChart/getDefaultOptions.js +2 -7
- package/dist/chart/lineChart/useSummary.d.ts +2 -1
- package/dist/columnsSelector/columnsSelector.js +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/dist/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/dist/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/dist/commonStyles/caption/caption.less +3 -5
- package/dist/commonStyles/colors/colors.less +4 -19
- package/dist/commonStyles/columnsList.less +1 -0
- package/dist/commonStyles/common.less +1 -2
- package/dist/commonStyles/ellipsis.less +1 -1
- package/dist/commonStyles/fonts/roboto.less +7 -7
- package/dist/commonStyles/link/link.less +1 -1
- package/dist/commonStyles/notSelectable.less +0 -4
- package/dist/commonStyles/pillStyles/pillContent.less +6 -2
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -1
- package/dist/commonStyles/pillStyles/pillTextContent.less +3 -0
- package/dist/commonStyles/pillStyles/pillTypes.less +10 -0
- package/dist/commonStyles/popupMixin.less +2 -2
- package/dist/commonStyles/rangeFieldMixin.less +3 -6
- package/dist/commonStyles/shadows/shadows.less +3 -3
- package/dist/commonStyles/typography/typography.less +24 -24
- package/dist/dataFeed/dataFeed.js +28 -2
- package/dist/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/dist/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/dist/divider/divider.js +1 -1
- package/dist/dropdownRaw/dropdownRaw.js +1 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/dist/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/header.js +1 -1
- package/dist/header/headerMenu.js +1 -1
- package/dist/index.css +487 -571
- package/dist/list/itemData/itemDataInternal.js +1 -1
- package/dist/list/listItem/listItem.js +1 -1
- package/dist/menu/menu.js +1 -1
- package/dist/nav/navAddMenu/navAddMenu.js +1 -1
- package/dist/nav/navFooter/navFooter.js +4 -4
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +1 -1
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/dist/nav/navItem/navItem.js +2 -2
- package/dist/rangeRaw/rangeRaw.js +1 -1
- package/dist/rangeRaw/utils/rangeHelper.js +28 -28
- package/dist/sortControl/sortControl.js +1 -1
- package/dist/summary/summary.d.ts +3 -2
- package/dist/summary/summary.js +6 -2
- package/dist/summaryTileBar/summaryTileBar.js +3 -1
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/table.js +5 -7
- package/dist/tabs/tabs.js +16 -5
- package/dist/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/dist/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/dist/tooltip/tooltip.js +7 -5
- package/dist/utils/localization/translations/ar.json +7 -7
- package/dist/utils/localization/translations/cs.json +7 -7
- package/dist/utils/localization/translations/da-DK.json +7 -7
- package/dist/utils/localization/translations/de.json +7 -7
- package/dist/utils/localization/translations/en.json +7 -7
- package/dist/utils/localization/translations/es.json +7 -7
- package/dist/utils/localization/translations/fi-FI.json +7 -7
- package/dist/utils/localization/translations/fr-FR.json +7 -7
- package/dist/utils/localization/translations/fr.json +7 -7
- package/dist/utils/localization/translations/hu-HU.json +7 -7
- package/dist/utils/localization/translations/id.json +7 -7
- package/dist/utils/localization/translations/it.json +7 -7
- package/dist/utils/localization/translations/ja.json +7 -7
- package/dist/utils/localization/translations/ko-KR.json +7 -7
- package/dist/utils/localization/translations/ms.json +7 -7
- package/dist/utils/localization/translations/nb-NO.json +7 -7
- package/dist/utils/localization/translations/nl.json +7 -7
- package/dist/utils/localization/translations/pl.json +7 -7
- package/dist/utils/localization/translations/pt-BR.json +7 -7
- package/dist/utils/localization/translations/pt-PT.json +7 -7
- package/dist/utils/localization/translations/ro-RO.json +7 -7
- package/dist/utils/localization/translations/sk-SK.json +7 -7
- package/dist/utils/localization/translations/sv.json +7 -7
- package/dist/utils/localization/translations/th.json +7 -7
- package/dist/utils/localization/translations/tr.json +7 -7
- package/dist/utils/localization/translations/zh-Hans.json +7 -7
- package/dist/utils/localization/translations/zh-TW.json +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +29 -29
- package/esm/calendar/calendar.js +1 -1
- package/esm/chart/lineChart/getDefaultOptions.js +2 -7
- package/esm/chart/lineChart/useSummary.d.ts +2 -1
- package/esm/columnsSelector/columnsSelector.js +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -1
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +29 -12
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.d.ts +2 -1
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +2 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useManualScrolling.js +4 -2
- package/esm/commonHelpers/arrowNavigation/hooks/useScrollWhileHolding.js +12 -3
- package/esm/commonHelpers/arrowNavigation/hooks/useScrolling.js +18 -6
- package/esm/dataFeed/dataFeed.js +28 -2
- package/esm/dataGrid/columns/actionsColumn/actionsButton.js +1 -1
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +1 -1
- package/esm/dateInputInner/dateInputInnerControlBlock.js +57 -57
- package/esm/divider/divider.js +1 -1
- package/esm/dropdownRaw/dropdownRaw.js +1 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +31 -31
- package/esm/filtersBar/filtersContainer/filtersContainer.js +16 -5
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/header.js +1 -1
- package/esm/header/headerMenu.js +1 -1
- package/esm/list/itemData/itemDataInternal.js +1 -1
- package/esm/list/listItem/listItem.js +1 -1
- package/esm/menu/menu.js +1 -1
- package/esm/nav/navAddMenu/navAddMenu.js +1 -1
- package/esm/nav/navFooter/navFooter.js +4 -4
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +1 -1
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/esm/nav/navItem/navItem.js +2 -2
- package/esm/rangeRaw/rangeRaw.js +1 -1
- package/esm/rangeRaw/utils/rangeHelper.js +28 -28
- package/esm/sortControl/sortControl.js +1 -1
- package/esm/summary/summary.d.ts +3 -2
- package/esm/summary/summary.js +6 -2
- package/esm/summaryTileBar/summaryTileBar.js +3 -1
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/table.js +5 -7
- package/esm/tabs/tabs.js +16 -5
- package/esm/toolbar/helpers/getWidthWithMargin.js +2 -2
- package/esm/tooltip/helpers/calculateArrowPosition.js +1 -7
- package/esm/tooltip/tooltip.js +7 -5
- package/esm/utils/localization/translations/ar.json +7 -7
- package/esm/utils/localization/translations/cs.json +7 -7
- package/esm/utils/localization/translations/da-DK.json +7 -7
- package/esm/utils/localization/translations/de.json +7 -7
- package/esm/utils/localization/translations/en.json +7 -7
- package/esm/utils/localization/translations/es.json +7 -7
- package/esm/utils/localization/translations/fi-FI.json +7 -7
- package/esm/utils/localization/translations/fr-FR.json +7 -7
- package/esm/utils/localization/translations/fr.json +7 -7
- package/esm/utils/localization/translations/hu-HU.json +7 -7
- package/esm/utils/localization/translations/id.json +7 -7
- package/esm/utils/localization/translations/it.json +7 -7
- package/esm/utils/localization/translations/ja.json +7 -7
- package/esm/utils/localization/translations/ko-KR.json +7 -7
- package/esm/utils/localization/translations/ms.json +7 -7
- package/esm/utils/localization/translations/nb-NO.json +7 -7
- package/esm/utils/localization/translations/nl.json +7 -7
- package/esm/utils/localization/translations/pl.json +7 -7
- package/esm/utils/localization/translations/pt-BR.json +7 -7
- package/esm/utils/localization/translations/pt-PT.json +7 -7
- package/esm/utils/localization/translations/ro-RO.json +7 -7
- package/esm/utils/localization/translations/sk-SK.json +7 -7
- package/esm/utils/localization/translations/sv.json +7 -7
- package/esm/utils/localization/translations/th.json +7 -7
- package/esm/utils/localization/translations/tr.json +7 -7
- package/esm/utils/localization/translations/zh-Hans.json +7 -7
- package/esm/utils/localization/translations/zh-TW.json +7 -7
- package/package.json +10 -1
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "F",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "S",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Gunakan beberapa Operator saat mencari grup tertentu. Contohnya, memfilter aset yang termasuk dalam grup Traktor dan grup Toronto akan menampilkan daftar traktor yang termasuk dalam cabang Toronto.",
|
|
180
180
|
"Select columns": "Pilih kolom",
|
|
181
181
|
"Must be less than the max": "Harus kurang dari maks",
|
|
182
182
|
"Must be more than the min": "Harus lebih dari min",
|
|
183
183
|
"Must be more than {value}": "Harus lebih dari {value}",
|
|
184
184
|
"Must be less than {value}": "Harus kurang dari {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Harus berada dalam rentang {min} - {max}",
|
|
186
186
|
"The min value must be set": "Nilai min harus diatur",
|
|
187
187
|
"The max value must be set": "Nilai maks harus diatur",
|
|
188
188
|
"Range Filter popup": "Popup Filter Rentang",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Coba sesuaikan pencarian atau filter Anda.",
|
|
191
191
|
"Change date, {date}": "Ubah tanggal, {date}",
|
|
192
192
|
"Date range": "Rentang tanggal",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "Tanggal akhir tidak boleh kosong.",
|
|
194
|
+
"The Start date cannot be empty.": "Tanggal mulai tidak boleh kosong.",
|
|
195
195
|
"Pick a date": "Pilih tanggal",
|
|
196
196
|
"This year": "Tahun ini",
|
|
197
197
|
"Last year": "Tahun lalu",
|
|
198
198
|
"This quarter": "Kuartal ini",
|
|
199
199
|
"View all": "Lihat semua",
|
|
200
200
|
"Expand": "Perluas",
|
|
201
|
-
"The date must be set": "Tanggal harus diatur.",
|
|
202
|
-
"The time must be set": "Waktu harus diatur.",
|
|
201
|
+
"The date must be set.": "Tanggal harus diatur.",
|
|
202
|
+
"The time must be set.": "Waktu harus diatur.",
|
|
203
203
|
"Reset column settings": "Reset pengaturan kolom",
|
|
204
204
|
"Filters": "Filter",
|
|
205
205
|
"Next": "Berikutnya",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Pilih rentang tanggal Anda",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Beberapa tanggal yang Anda pilih tidak tersedia. Silakan coba rentang tanggal lain.",
|
|
225
225
|
"Please select the dates you want to view.": "Silakan pilih tanggal yang ingin Anda lihat.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Atur ulang semua",
|
|
227
227
|
"Favorite": "Favorit",
|
|
228
228
|
"Summary color": "Warna ringkasan",
|
|
229
229
|
"Chart data": "Data bagan",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "V",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "D",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Utilizzare più operatori durante la ricerca di un gruppo specifico. Ad esempio, filtrando per asset appartenenti al gruppo Trattore e Toronto, viene visualizzato un elenco di trattori appartenenti alla filiale di Toronto.",
|
|
180
180
|
"Select columns": "Selezionare colonne",
|
|
181
181
|
"Must be less than the max": "Deve essere inferiore al valore massimo",
|
|
182
182
|
"Must be more than the min": "Deve essere superiore al valore minimo",
|
|
183
183
|
"Must be more than {value}": "Deve essere superiore a {value}",
|
|
184
184
|
"Must be less than {value}": "Deve essere inferiore a {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Deve rientrare nell'intervallo {min} - {max}",
|
|
186
186
|
"The min value must be set": "Deve essere impostato il valore minimo",
|
|
187
187
|
"The max value must be set": "Deve essere impostato il valore massimo",
|
|
188
188
|
"Range Filter popup": "Casella popup del filtro Intervallo",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Provare a modificare la ricerca o a regolare i filtri.",
|
|
191
191
|
"Change date, {date}": "Modificare data, {date}",
|
|
192
192
|
"Date range": "Intervallo di date",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "La data di fine non può essere vuota.",
|
|
194
|
+
"The Start date cannot be empty.": "La data di inizio non può essere vuota.",
|
|
195
195
|
"Pick a date": "Scegliere una data",
|
|
196
196
|
"This year": "Questo anno",
|
|
197
197
|
"Last year": "Anno scorso",
|
|
198
198
|
"This quarter": "Questo trimestre",
|
|
199
199
|
"View all": "Visualizzare tutto",
|
|
200
200
|
"Expand": "Espandere",
|
|
201
|
-
"The date must be set": "Impostare la data.",
|
|
202
|
-
"The time must be set": "Impostare l'ora.",
|
|
201
|
+
"The date must be set.": "Impostare la data.",
|
|
202
|
+
"The time must be set.": "Impostare l'ora.",
|
|
203
203
|
"Reset column settings": "Ripristinare impostazioni colonna",
|
|
204
204
|
"Filters": "Filtri",
|
|
205
205
|
"Next": "Avanti",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Scegliere l'intervallo di date",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Alcune delle date selezionate non sono disponibili. Provare con un intervallo diverso.",
|
|
225
225
|
"Please select the dates you want to view.": "Selezionare le date da visualizzare.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Ripristinare tutto",
|
|
227
227
|
"Favorite": "Preferito",
|
|
228
228
|
"Summary color": "Colore riepilogo",
|
|
229
229
|
"Chart data": "Dati del grafico",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "金",
|
|
177
177
|
"ShortSaturday": "土",
|
|
178
178
|
"ShortSunday": "日",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "特定のグループを検索するときは、複数の演算子を使用します。例えば、Tractor グループと Toronto グループに属するアセットをフィルタリングすると、Toronto 支店に属するトラクターのリストが表示されます。",
|
|
180
180
|
"Select columns": "列を選択",
|
|
181
181
|
"Must be less than the max": "最大値より小さくする必要があります",
|
|
182
182
|
"Must be more than the min": "最小値より大きくする必要があります",
|
|
183
183
|
"Must be more than {value}": "{value} より大きくする必要があります",
|
|
184
184
|
"Must be less than {value}": "{value} より小さくする必要があります",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "{min} ~ {max} の範囲である必要があります",
|
|
186
186
|
"The min value must be set": "最小値を設定する必要があります",
|
|
187
187
|
"The max value must be set": "最小値を設定する必要があります",
|
|
188
188
|
"Range Filter popup": "範囲フィルターポップアップ",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "検索またはフィルターを調整してみてください。",
|
|
191
191
|
"Change date, {date}": "日付を変更、{date}",
|
|
192
192
|
"Date range": "日付範囲",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "終了日は必須項目です。",
|
|
194
|
+
"The Start date cannot be empty.": "開始日は必須項目です。",
|
|
195
195
|
"Pick a date": "日付を選択",
|
|
196
196
|
"This year": "今年",
|
|
197
197
|
"Last year": "昨年",
|
|
198
198
|
"This quarter": "今四半期",
|
|
199
199
|
"View all": "すべて表示",
|
|
200
200
|
"Expand": "展開",
|
|
201
|
-
"The date must be set": "日付を設定する必要があります。",
|
|
202
|
-
"The time must be set": "時刻を設定する必要があります。",
|
|
201
|
+
"The date must be set.": "日付を設定する必要があります。",
|
|
202
|
+
"The time must be set.": "時刻を設定する必要があります。",
|
|
203
203
|
"Reset column settings": "列設定をリセット",
|
|
204
204
|
"Filters": "フィルター",
|
|
205
205
|
"Next": "次の",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "日付範囲を選択してください",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "選択した日付の一部は利用できません。別の範囲を試してください。",
|
|
225
225
|
"Please select the dates you want to view.": "表示する日付を選択してください。",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "すべてリセット",
|
|
227
227
|
"Favorite": "お気に入り",
|
|
228
228
|
"Summary color": "サマリーの色",
|
|
229
229
|
"Chart data": "グラフデータ",
|
|
@@ -165,21 +165,21 @@
|
|
|
165
165
|
"ShortSaturday": "토",
|
|
166
166
|
"ShortSunday": "일",
|
|
167
167
|
"Date range": "날짜 범위",
|
|
168
|
-
"Use multiple
|
|
168
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "특정 그룹을 검색할 때는 여러 연산자를 사용합니다. 예를 들어, 트랙터 그룹과 토론토 그룹에 속한 자산을 필터링하면 토론토 지점에 속한 트랙터 목록이 표시됩니다.",
|
|
169
169
|
"Select columns": "열 선택",
|
|
170
170
|
"Must be less than the max": "최대값보다 작아야 합니다.",
|
|
171
171
|
"Must be more than the min": "최소값보다 커야 합니다.",
|
|
172
172
|
"Must be more than {value}": "{value}보다 커야 합니다.",
|
|
173
173
|
"Must be less than {value}": "{value}보다 작아야 합니다.",
|
|
174
|
-
"Must be in
|
|
174
|
+
"Must be in the {min} - {max} range": "{min}~{max} 범위에 있어야 합니다.",
|
|
175
175
|
"The min value must be set": "최소값을 설정해야 합니다.",
|
|
176
176
|
"The max value must be set": "최대값을 설정해야 합니다.",
|
|
177
177
|
"Range Filter popup": "범위 필터 팝업",
|
|
178
178
|
"{rangeName} values {values}": "{rangeName} 값 {values}",
|
|
179
|
-
"The
|
|
180
|
-
"The
|
|
181
|
-
"The date must be set": "날짜를 설정해야 합니다.",
|
|
182
|
-
"The time must be set": "시간을 설정해야 합니다.",
|
|
179
|
+
"The End date cannot be empty.": "종료 날짜는 비워둘 수 없습니다.",
|
|
180
|
+
"The Start date cannot be empty.": "시작 날짜는 비워둘 수 없습니다.",
|
|
181
|
+
"The date must be set.": "날짜를 설정해야 합니다.",
|
|
182
|
+
"The time must be set.": "시간을 설정해야 합니다.",
|
|
183
183
|
"Selecting...": "선택 중...",
|
|
184
184
|
"Reset column settings": "열 설정 재설정",
|
|
185
185
|
"Filters": "필터",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"Choose your date range": "날짜 범위 선택",
|
|
221
221
|
"Some of the dates you selected aren't available. Please try a different range.": "선택한 날짜 중 일부를 사용할 수 없습니다. 다른 범위로 시도하십시오.",
|
|
222
222
|
"Please select the dates you want to view.": "조회하려는 날짜를 선택하십시오.",
|
|
223
|
-
"Reset
|
|
223
|
+
"Reset all": "전체 재설정",
|
|
224
224
|
"Favorite": "즐겨찾기",
|
|
225
225
|
"Summary color": "요약 그래프 색상",
|
|
226
226
|
"Chart data": "차트 데이터",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "J",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "A",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Gunakan berbilang Operator apabila mencari kumpulan khusus. Contohnya, penyaringan untuk aset yang dimiliki kumpulan Traktor dan kumpulan Toronto memaparkan senarai traktor yang dimiliki oleh cawangan Toronto.",
|
|
180
180
|
"Select columns": "Pilih lajur",
|
|
181
181
|
"Must be less than the max": "Mesti kurang daripada maks",
|
|
182
182
|
"Must be more than the min": "Mesti kurang daripada min",
|
|
183
183
|
"Must be more than {value}": "Mesti lebih daripada {value}",
|
|
184
184
|
"Must be less than {value}": "Mesti kurang daripada {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Mesti dalam julat {min} - {max}",
|
|
186
186
|
"The min value must be set": "Nilai min mesti ditetapkan",
|
|
187
187
|
"The max value must be set": "Nilai maks mesti ditetapkan",
|
|
188
188
|
"Range Filter popup": "Tetingkap timbul Penyaring Julat",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Cuba laraskan carian atau penyaring anda.",
|
|
191
191
|
"Change date, {date}": "Ubah tarikh, {date}",
|
|
192
192
|
"Date range": "Julat tarikh",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "Tarikh Tamat tidak boleh kosong.",
|
|
194
|
+
"The Start date cannot be empty.": "Tarikh Mula tidak boleh kosong.",
|
|
195
195
|
"Pick a date": "Pilih tarikh",
|
|
196
196
|
"This year": "Tahun ini",
|
|
197
197
|
"Last year": "Tahun lalu",
|
|
198
198
|
"This quarter": "Suku tahun ini",
|
|
199
199
|
"View all": "Lihat semua",
|
|
200
200
|
"Expand": "Kembangkan",
|
|
201
|
-
"The date must be set": "Tarikh mesti ditetapkan.",
|
|
202
|
-
"The time must be set": "Masa mesti ditetapkan.",
|
|
201
|
+
"The date must be set.": "Tarikh mesti ditetapkan.",
|
|
202
|
+
"The time must be set.": "Masa mesti ditetapkan.",
|
|
203
203
|
"Reset column settings": "Tetapkan semula tetapan lajur",
|
|
204
204
|
"Filters": "Penyaring",
|
|
205
205
|
"Next": "Seterusnya",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Pilih julat tarikh anda",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Sesetengah tarikh yang anda pilih tidak tersedia. Sila cuba julat lain.",
|
|
225
225
|
"Please select the dates you want to view.": "Sila pilih tarikh yang mahu anda lihat.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Tetapkan semula semua",
|
|
227
227
|
"Favorite": "Kegemaran",
|
|
228
228
|
"Summary color": "Warna ringkasan",
|
|
229
229
|
"Chart data": "Data carta",
|
|
@@ -165,21 +165,21 @@
|
|
|
165
165
|
"ShortSaturday": "lør",
|
|
166
166
|
"ShortSunday": "søn",
|
|
167
167
|
"Date range": "Datoområde",
|
|
168
|
-
"Use multiple
|
|
168
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Bruk flere operatører når du søker etter en bestemt gruppe. Hvis du for eksempel filtrerer for eiendeler som tilhører traktorgruppen og Toronto-gruppen, vises en liste over traktorer som tilhører Toronto-grenen.",
|
|
169
169
|
"Select columns": "Velg kolonner",
|
|
170
170
|
"Must be less than the max": "Må være mindre enn maks",
|
|
171
171
|
"Must be more than the min": "Må være mer enn min",
|
|
172
172
|
"Must be more than {value}": "Må være mer enn {value}",
|
|
173
173
|
"Must be less than {value}": "Må være mindre enn {value}",
|
|
174
|
-
"Must be in
|
|
174
|
+
"Must be in the {min} - {max} range": "Må være innenfor {min} - {max}",
|
|
175
175
|
"The min value must be set": "Min-verdien må settes",
|
|
176
176
|
"The max value must be set": "Max-verdien må settes",
|
|
177
177
|
"Range Filter popup": "Omfangsfilter popup",
|
|
178
178
|
"{rangeName} values {values}": "{rangeName} verdier {values}",
|
|
179
|
-
"The
|
|
180
|
-
"The
|
|
181
|
-
"The date must be set": "Datoen må settes.",
|
|
182
|
-
"The time must be set": "Tiden må settes.",
|
|
179
|
+
"The End date cannot be empty.": "Endedatoen kan ikke være tom.",
|
|
180
|
+
"The Start date cannot be empty.": "Startdatoen kan ikke være tom.",
|
|
181
|
+
"The date must be set.": "Datoen må settes.",
|
|
182
|
+
"The time must be set.": "Tiden må settes.",
|
|
183
183
|
"Selecting...": "Velger...",
|
|
184
184
|
"Reset column settings": "Tilbakestill kolonneinnstillinger",
|
|
185
185
|
"Filters": "Filtre",
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"Open": "Åpne",
|
|
214
214
|
"Favorite": "Favoritt",
|
|
215
215
|
"All Filters": "Alle filtre",
|
|
216
|
-
"Reset
|
|
216
|
+
"Reset all": "Tilbakestill alt",
|
|
217
217
|
"Loading": "Laster",
|
|
218
218
|
"Select option": "Velg alternativ",
|
|
219
219
|
"Previous step": "Forrige trinn",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "v",
|
|
177
177
|
"ShortSaturday": "z",
|
|
178
178
|
"ShortSunday": "z",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Gebruik meerdere opties bij het zoeken naar een specifieke groep. Als u bijvoorbeeld filtert op assets die behoren tot de tractorgroep en de Toronto-groep, wordt een lijst weergegeven met tractoren die tot de Toronto-tak behoren.",
|
|
180
180
|
"Select columns": "Kolommen selecteren",
|
|
181
181
|
"Must be less than the max": "Moet kleiner zijn dan het maximum",
|
|
182
182
|
"Must be more than the min": "Moet groter zijn dan het minimum",
|
|
183
183
|
"Must be more than {value}": "Moet meer zijn dan {value}",
|
|
184
184
|
"Must be less than {value}": "Moet minder zijn dan {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Moet binnen het bereik {min} - {max} liggen",
|
|
186
186
|
"The min value must be set": "De minimumwaarde moet worden ingesteld",
|
|
187
187
|
"The max value must be set": "De maximumwaarde moet worden ingesteld",
|
|
188
188
|
"Range Filter popup": "Pop-up bereikfilter",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Probeer uw zoekopdracht of filter aan te passen.",
|
|
191
191
|
"Change date, {date}": "Datum wijzigen, {date}",
|
|
192
192
|
"Date range": "Datumbereik",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "De einddatum mag niet leeg zijn.",
|
|
194
|
+
"The Start date cannot be empty.": "De startdatum mag niet leeg zijn.",
|
|
195
195
|
"Pick a date": "Kies een datum",
|
|
196
196
|
"This year": "Afgelopen jaar",
|
|
197
197
|
"Last year": "Vorig jaar",
|
|
198
198
|
"This quarter": "Afgelopen kwartaal",
|
|
199
199
|
"View all": "Alles weergeven",
|
|
200
200
|
"Expand": "Uitvouwen",
|
|
201
|
-
"The date must be set": "De datum moet worden ingesteld.",
|
|
202
|
-
"The time must be set": "De tijd moet worden ingesteld.",
|
|
201
|
+
"The date must be set.": "De datum moet worden ingesteld.",
|
|
202
|
+
"The time must be set.": "De tijd moet worden ingesteld.",
|
|
203
203
|
"Reset column settings": "Reset kolominstellingen",
|
|
204
204
|
"Filters": "Filters",
|
|
205
205
|
"Next": "Volgende",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Kies het datumbereik",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Sommige geselecteerde datums zijn niet beschikbaar. Probeer een ander datumbereik.",
|
|
225
225
|
"Please select the dates you want to view.": "Selecteer de datums die u wilt weergeven.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Alles resetten",
|
|
227
227
|
"Favorite": "Favoriet",
|
|
228
228
|
"Summary color": "Overzichtskleur",
|
|
229
229
|
"Chart data": "Tabelgegevens",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "P",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "N",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Użyj wielu operatorów podczas wyszukiwania określonej grupy. Na przykład filtrowanie zasobów należących do grupy Ciągnik i grupy Toronto wyświetla listę ciągników należących do oddziału w Toronto.",
|
|
180
180
|
"Select columns": "Wybierz kolumny",
|
|
181
181
|
"Must be less than the max": "Musi być mniejsza niż wartość maks.",
|
|
182
182
|
"Must be more than the min": "Musi być większa niż wartość min.",
|
|
183
183
|
"Must be more than {value}": "Musi być większa niż {value}",
|
|
184
184
|
"Must be less than {value}": "Musi być mniejsza niż {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Musi znajdować się w zakresie {min}–{max}",
|
|
186
186
|
"The min value must be set": "Należy ustawić wartość min.",
|
|
187
187
|
"The max value must be set": "Należy ustawić wartość maks.",
|
|
188
188
|
"Range Filter popup": "Wyskakujące okienko Filtr zakresu",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Spróbuj dostosować wyszukiwanie lub filtr.",
|
|
191
191
|
"Change date, {date}": "Zmień datę, {date}",
|
|
192
192
|
"Date range": "Zakres dat",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "Data zakończenia nie może być pusta.",
|
|
194
|
+
"The Start date cannot be empty.": "Data rozpoczęcia nie może być pusta.",
|
|
195
195
|
"Pick a date": "Wybierz datę",
|
|
196
196
|
"This year": "Ten rok",
|
|
197
197
|
"Last year": "Ostatni rok",
|
|
198
198
|
"This quarter": "Ten kwartał",
|
|
199
199
|
"View all": "Wyświetl wszystkie",
|
|
200
200
|
"Expand": "Rozwiń",
|
|
201
|
-
"The date must be set": "Data musi być ustawiona.",
|
|
202
|
-
"The time must be set": "Godzina musi być ustawiona.",
|
|
201
|
+
"The date must be set.": "Data musi być ustawiona.",
|
|
202
|
+
"The time must be set.": "Godzina musi być ustawiona.",
|
|
203
203
|
"Reset column settings": "Zresetuj ustawienia kolumny",
|
|
204
204
|
"Filters": "Filtry",
|
|
205
205
|
"Next": "Następne",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Wybierz zakres dat",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Niektóre z wybranych dat nie są dostępne. Wybierz inny zakres.",
|
|
225
225
|
"Please select the dates you want to view.": "Wybierz daty, które chcesz wyświetlić.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Resetuj wszystko",
|
|
227
227
|
"Favorite": "Ulubione",
|
|
228
228
|
"Summary color": "Kolor podsumowania",
|
|
229
229
|
"Chart data": "Dane wykresu",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "S",
|
|
177
177
|
"ShortSaturday": "S",
|
|
178
178
|
"ShortSunday": "D",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Use vários operadores para pesquisar um grupo específico. Por exemplo, a filtragem por ativos que pertencem ao grupo Tratores e ao grupo Toronto exibe uma lista de tratores que pertencem à divisão de Toronto.",
|
|
180
180
|
"Select columns": "Selecionar colunas",
|
|
181
181
|
"Must be less than the max": "Deve ser menor que o máx.",
|
|
182
182
|
"Must be more than the min": "Deve ser maior que o mín.",
|
|
183
183
|
"Must be more than {value}": "Deve ser maior que {value}",
|
|
184
184
|
"Must be less than {value}": "Deve ser menor que {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Deve estar entre intervalo de {min} a {max}",
|
|
186
186
|
"The min value must be set": "O valor mínimo deve ser definido",
|
|
187
187
|
"The max value must be set": "O valor máximo deve ser definido",
|
|
188
188
|
"Range Filter popup": "Pop-up do filtro de intervalo",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Tente ajustar sua pesquisa ou filtro.",
|
|
191
191
|
"Change date, {date}": "Alterar data, {date}",
|
|
192
192
|
"Date range": "Intervalo de datas",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "A data final não pode estar vazia.",
|
|
194
|
+
"The Start date cannot be empty.": "A data de início não pode estar vazia.",
|
|
195
195
|
"Pick a date": "Escolha uma data",
|
|
196
196
|
"This year": "Este ano",
|
|
197
197
|
"Last year": "Ano passado",
|
|
198
198
|
"This quarter": "Este trimestre",
|
|
199
199
|
"View all": "Visualizar tudo",
|
|
200
200
|
"Expand": "Expandir",
|
|
201
|
-
"The date must be set": "É necessário definir a data.",
|
|
202
|
-
"The time must be set": "É necessário definir a hora.",
|
|
201
|
+
"The date must be set.": "É necessário definir a data.",
|
|
202
|
+
"The time must be set.": "É necessário definir a hora.",
|
|
203
203
|
"Reset column settings": "Redefinir configurações de coluna",
|
|
204
204
|
"Filters": "Filtros",
|
|
205
205
|
"Next": "Avançar",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Escolha seu intervalo de datas",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Algumas das datas selecionadas não estão disponíveis. Tente um intervalo diferente.",
|
|
225
225
|
"Please select the dates you want to view.": "Selecione as datas que deseja visualizar.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Redefinir tudo",
|
|
227
227
|
"Favorite": "Favorito",
|
|
228
228
|
"Summary color": "Cor do resumo",
|
|
229
229
|
"Chart data": "Dados do gráfico",
|
|
@@ -167,21 +167,21 @@
|
|
|
167
167
|
"ShortSaturday": "ShortSaturday",
|
|
168
168
|
"ShortSunday": "ShortSunday",
|
|
169
169
|
"Date range": "Intervalo de datas",
|
|
170
|
-
"Use multiple
|
|
170
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Use múltiplos operadores ao pesquisar por um grupo específico. Por exemplo, filtrar por ativos que pertencem ao grupo Trator e ao grupo Toronto exibe uma lista de tratores que pertencem à filial de Toronto.",
|
|
171
171
|
"Select columns": "Selecionar colunas",
|
|
172
172
|
"Must be less than the max": "Deve ser inferior ao máximo",
|
|
173
173
|
"Must be more than the min": "Deve ser superior ao mínimo",
|
|
174
174
|
"Must be more than {value}": "Deve ser superior a {value}",
|
|
175
175
|
"Must be less than {value}": "Deve ser inferior a {value}",
|
|
176
|
-
"Must be in
|
|
176
|
+
"Must be in the {min} - {max} range": "Deve estar no intervalo {min} - {max}",
|
|
177
177
|
"The min value must be set": "O valor mínimo deve ser definido",
|
|
178
178
|
"The max value must be set": "O valor máximo deve ser definido",
|
|
179
179
|
"Range Filter popup": "Pop-up de filtro de intervalo",
|
|
180
180
|
"{rangeName} values {values}": "{rangeName} valores {values}",
|
|
181
|
-
"The
|
|
182
|
-
"The
|
|
183
|
-
"The date must be set": "A data deve ser definida",
|
|
184
|
-
"The time must be set": "A hora deve ser definida",
|
|
181
|
+
"The End date cannot be empty.": "A data de término não pode estar em branco.",
|
|
182
|
+
"The Start date cannot be empty.": "A data de início não pode estar em branco.",
|
|
183
|
+
"The date must be set.": "A data deve ser definida",
|
|
184
|
+
"The time must be set.": "A hora deve ser definida",
|
|
185
185
|
"Selecting...": "A selecionar...",
|
|
186
186
|
"Reset column settings": "Redefinir configurações de coluna",
|
|
187
187
|
"Filters": "Filtros",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"Open": "Abrir",
|
|
216
216
|
"Favorite": "Favorito",
|
|
217
217
|
"All Filters": "Todos os filtros",
|
|
218
|
-
"Reset
|
|
218
|
+
"Reset all": "Redefinir tudo",
|
|
219
219
|
"Loading": "A carregar",
|
|
220
220
|
"Select option": "Selecionar opção",
|
|
221
221
|
"Value": "Valor",
|
|
@@ -167,21 +167,21 @@
|
|
|
167
167
|
"ShortSaturday": "ShortSaturday",
|
|
168
168
|
"ShortSunday": "ShortSunday",
|
|
169
169
|
"Date range": "Interval de date",
|
|
170
|
-
"Use multiple
|
|
170
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Utilizați mai mulți operatori când căutați un anumit grup. De exemplu, prin filtrarea activelor care aparțin grupului Tractor și grupului Toronto, se afișează o listă de tractoare care aparțin filialei Toronto.",
|
|
171
171
|
"Select columns": "Selectați coloanele",
|
|
172
172
|
"Must be less than the max": "Trebuie să fie sub max.",
|
|
173
173
|
"Must be more than the min": "Trebuie să fie peste min.",
|
|
174
174
|
"Must be more than {value}": "Trebuie să fie mai mult de {value}",
|
|
175
175
|
"Must be less than {value}": "Trebuie să fie mai puțin de {value}",
|
|
176
|
-
"Must be in
|
|
176
|
+
"Must be in the {min} - {max} range": "Trebuie să fie în intervalul {min}-{max}",
|
|
177
177
|
"The min value must be set": "Trebuie setată valoarea min.",
|
|
178
178
|
"The max value must be set": "Trebuie setată valoarea max.",
|
|
179
179
|
"Range Filter popup": "Pop-up filtru interval",
|
|
180
180
|
"{rangeName} values {values}": "Valori {rangeName} {values}",
|
|
181
|
-
"The
|
|
182
|
-
"The
|
|
183
|
-
"The date must be set": "Trebuie setată data",
|
|
184
|
-
"The time must be set": "Trebuie setată ora",
|
|
181
|
+
"The End date cannot be empty.": "Data de încheiere nu poate fi necompletată.",
|
|
182
|
+
"The Start date cannot be empty.": "Data de începere nu poate fi necompletată.",
|
|
183
|
+
"The date must be set.": "Trebuie setată data",
|
|
184
|
+
"The time must be set.": "Trebuie setată ora",
|
|
185
185
|
"Selecting...": "Se selectează...",
|
|
186
186
|
"Reset column settings": "Resetați setările coloanelor",
|
|
187
187
|
"Filters": "Filtre",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"Open": "Deschis",
|
|
216
216
|
"Favorite": "Preferat",
|
|
217
217
|
"All Filters": "Toate filtrele",
|
|
218
|
-
"Reset
|
|
218
|
+
"Reset all": "Resetați tot",
|
|
219
219
|
"Loading": "Se încarcă",
|
|
220
220
|
"Select option": "Selectați opțiunea",
|
|
221
221
|
"Value": "Valoare",
|
|
@@ -165,21 +165,21 @@
|
|
|
165
165
|
"ShortSaturday": "S",
|
|
166
166
|
"ShortSunday": "N",
|
|
167
167
|
"Date range": "Rozsah dátumov",
|
|
168
|
-
"Use multiple
|
|
168
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Pri hľadaní konkrétnej skupiny použi viacero operátorov. Napríklad filtrovanie aktív, ktoré patria do skupiny Traktory a skupiny Toronto, zobrazí zoznam traktorov, ktoré patria do pobočky Toronto.",
|
|
169
169
|
"Select columns": "Vyber stĺpce.",
|
|
170
170
|
"Must be less than the max": "Musí byť menšie ako maximum",
|
|
171
171
|
"Must be more than the min": "Musí byť väčšie ako minimum.",
|
|
172
172
|
"Must be more than {value}": "Musí byť väčšie ako {value}.",
|
|
173
173
|
"Must be less than {value}": "Musí byť menšie ako {value}.",
|
|
174
|
-
"Must be in
|
|
174
|
+
"Must be in the {min} - {max} range": "Musí byť v rozsahu {min} - {max}",
|
|
175
175
|
"The min value must be set": "Musíš nastaviť minimálnu hodnotu.",
|
|
176
176
|
"The max value must be set": "Musíš nastaviť maximálnu hodnotu.",
|
|
177
177
|
"Range Filter popup": "Rozsah Filter popup",
|
|
178
178
|
"{rangeName} values {values}": "{rangeName} hodnoty {values}",
|
|
179
|
-
"The
|
|
180
|
-
"The
|
|
181
|
-
"The date must be set": "Musíš nastaviť dátum.",
|
|
182
|
-
"The time must be set": "Musíš nastaviť čas.",
|
|
179
|
+
"The End date cannot be empty.": "Dátum ukončenia nesmie byť prázdny.",
|
|
180
|
+
"The Start date cannot be empty.": "Dátum začiatku nesmie byť prázdny.",
|
|
181
|
+
"The date must be set.": "Musíš nastaviť dátum.",
|
|
182
|
+
"The time must be set.": "Musíš nastaviť čas.",
|
|
183
183
|
"Selecting...": "Vyberanie...",
|
|
184
184
|
"Reset column settings": "Obnov nastavenia stĺpca.",
|
|
185
185
|
"Filters": "Filtre",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"Open": "Otvorené",
|
|
213
213
|
"Favorite": "Obľúbené",
|
|
214
214
|
"All Filters": "Všetky filtre",
|
|
215
|
-
"Reset
|
|
215
|
+
"Reset all": "Vynulovať všetko",
|
|
216
216
|
"Loading": "Načítanie",
|
|
217
217
|
"Select option": "Vyber si možnosť",
|
|
218
218
|
"Previous step": "Predchádzajúci krok",
|
|
@@ -176,13 +176,13 @@
|
|
|
176
176
|
"ShortFriday": "F",
|
|
177
177
|
"ShortSaturday": "L",
|
|
178
178
|
"ShortSunday": "S",
|
|
179
|
-
"Use multiple
|
|
179
|
+
"Use multiple Operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": "Använd flera operatörer när du söker efter en viss grupp. Om du till exempel filtrerar efter tillgångar som tillhör gruppen \"Dragbilar\" och gruppen \"Toronto\" visas en lista med dragbilar som tillhör lokalkontoret i Toronto.",
|
|
180
180
|
"Select columns": "Välj kolumner",
|
|
181
181
|
"Must be less than the max": "Måste vara mindre än max.",
|
|
182
182
|
"Must be more than the min": "Måste vara mer än min.",
|
|
183
183
|
"Must be more than {value}": "Måste vara mer än {value}",
|
|
184
184
|
"Must be less than {value}": "Måste vara mindre än {value}",
|
|
185
|
-
"Must be in
|
|
185
|
+
"Must be in the {min} - {max} range": "Måste vara inom intervallet {min}–{max}",
|
|
186
186
|
"The min value must be set": "Minimivärdet måste ställas in",
|
|
187
187
|
"The max value must be set": "Maxvärdet måste ställas in",
|
|
188
188
|
"Range Filter popup": "Popupfönster för intervallfilter",
|
|
@@ -190,16 +190,16 @@
|
|
|
190
190
|
"Try adjusting your search or filter.": "Prova att justera sökningen eller filtret.",
|
|
191
191
|
"Change date, {date}": "Ändra datum, {date}",
|
|
192
192
|
"Date range": "Datumintervall",
|
|
193
|
-
"The
|
|
194
|
-
"The
|
|
193
|
+
"The End date cannot be empty.": "Slutdatumet får inte vara tomt.",
|
|
194
|
+
"The Start date cannot be empty.": "Startdatumet får inte vara tomt.",
|
|
195
195
|
"Pick a date": "Välj ett datum",
|
|
196
196
|
"This year": "Det här året",
|
|
197
197
|
"Last year": "Förra året",
|
|
198
198
|
"This quarter": "Det här kvartalet",
|
|
199
199
|
"View all": "Visa alla",
|
|
200
200
|
"Expand": "Expandera",
|
|
201
|
-
"The date must be set": "Datumet måste anges.",
|
|
202
|
-
"The time must be set": "Tiden måste anges.",
|
|
201
|
+
"The date must be set.": "Datumet måste anges.",
|
|
202
|
+
"The time must be set.": "Tiden måste anges.",
|
|
203
203
|
"Reset column settings": "Återställ kolumninställningar",
|
|
204
204
|
"Filters": "Filter",
|
|
205
205
|
"Next": "Nästa",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"Choose your date range": "Välj datumintervall",
|
|
224
224
|
"Some of the dates you selected aren't available. Please try a different range.": "Några av de datum du valde är inte tillgängliga. Försök med ett annat intervall.",
|
|
225
225
|
"Please select the dates you want to view.": "Välj de datum du vill visa.",
|
|
226
|
-
"Reset
|
|
226
|
+
"Reset all": "Återställ alla",
|
|
227
227
|
"Favorite": "Favorit",
|
|
228
228
|
"Summary color": "Färg på sammanfattning",
|
|
229
229
|
"Chart data": "Diagramdata",
|