806 lines
50 KiB
JavaScript
806 lines
50 KiB
JavaScript
/*!
|
|
* DevExtreme (dx.messages.sv.js)
|
|
* Version: 25.1.3
|
|
* Build date: Wed Jun 25 2025
|
|
*
|
|
* Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED
|
|
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
|
|
*/
|
|
"use strict";
|
|
|
|
! function(root, factory) {
|
|
if ("function" === typeof define && define.amd) {
|
|
define((function(require) {
|
|
factory(require("devextreme/common/core/localization"))
|
|
}))
|
|
} else if ("object" === typeof module && module.exports) {
|
|
factory(require("devextreme/common/core/localization"))
|
|
} else {
|
|
factory(DevExpress.localization)
|
|
}
|
|
}(0, (function(localization) {
|
|
localization.loadMessages({
|
|
sv: {
|
|
Yes: "Ja",
|
|
No: "Nej",
|
|
Cancel: "Avbryt",
|
|
CheckState: "Check state",
|
|
Close: "St\xe4ng",
|
|
Clear: "Rensa",
|
|
Done: "Klar",
|
|
Loading: "Laddar...",
|
|
Select: "V\xe4lj...",
|
|
Search: "S\xf6k",
|
|
Back: "Tillbaka",
|
|
OK: "OK",
|
|
Today: "I dag",
|
|
Yesterday: "Yesterday",
|
|
"dxCollectionWidget-noDataText": "Inget data att visa",
|
|
"dxDropDownEditor-selectLabel": "V\xe4lj",
|
|
"validation-required": "Kr\xe4vs",
|
|
"validation-required-formatted": "{0} kr\xe4vs",
|
|
"validation-numeric": "V\xe4rdet m\xe5ste vara ett nummer",
|
|
"validation-numeric-formatted": "{0} m\xe5ste vara ett nummer",
|
|
"validation-range": "V\xe4rdet utanf\xf6r till\xe5tet intervall",
|
|
"validation-range-formatted": "{0} utanf\xf6r till\xe5tet intervall",
|
|
"validation-stringLength": "L\xe4ngden p\xe5 v\xe4rdet \xe4r inte korrekt",
|
|
"validation-stringLength-formatted": "L\xe4ngden p\xe5 {0} \xe4r inte korrekt",
|
|
"validation-custom": "Ogiltigt v\xe4rde",
|
|
"validation-custom-formatted": "{0} \xe4r ogiltigt",
|
|
"validation-async": "Ogiltigt v\xe4rde",
|
|
"validation-async-formatted": "{0} \xe4r ogiltigt",
|
|
"validation-compare": "V\xe4rdena matchar inte",
|
|
"validation-compare-formatted": "{0} matchar inte",
|
|
"validation-pattern": "V\xe4rdet matchar inte m\xf6nster",
|
|
"validation-pattern-formatted": "{0} matchar inte m\xf6nster",
|
|
"validation-email": "E-post \xe4r ogiltigt",
|
|
"validation-email-formatted": "{0} \xe4r ogiltigt",
|
|
"validation-mask": "V\xe4rdet \xe4r ogiltigt",
|
|
"dxLookup-searchPlaceholder": "Minsta antal tecken: {0}",
|
|
"dxList-pullingDownText": "Dra ner\xe5t f\xf6r att uppdatera...",
|
|
"dxList-pulledDownText": "Sl\xe4pp f\xf6r att uppdatera...",
|
|
"dxList-refreshingText": "Uppdaterar...",
|
|
"dxList-pageLoadingText": "Laddar...",
|
|
"dxList-nextButtonText": "Mer",
|
|
"dxList-selectAll": "V\xe4lj alla",
|
|
"dxList-listAriaLabel": "Items",
|
|
"dxList-listAriaLabel-deletable": "Deletable items",
|
|
"dxListEditDecorator-delete": "Radera",
|
|
"dxListEditDecorator-more": "Mer",
|
|
"dxList-selectAll-indeterminate": "Half-checked",
|
|
"dxList-selectAll-checked": "Checked",
|
|
"dxList-selectAll-notChecked": "Not checked",
|
|
"dxList-ariaRoleDescription": "List",
|
|
"dxList-listAriaLabel-itemContent": "List item content",
|
|
"dxScrollView-pullingDownText": "Dra ner\xe5t f\xf6r att uppdatera...",
|
|
"dxScrollView-pulledDownText": "Sl\xe4pp f\xf6r att uppdatera...",
|
|
"dxScrollView-refreshingText": "uppdaterar...",
|
|
"dxScrollView-reachBottomText": "Laddar...",
|
|
"dxDateBox-simulatedDataPickerTitleTime": "V\xe4lj tid",
|
|
"dxDateBox-simulatedDataPickerTitleDate": "V\xe4lj datum",
|
|
"dxDateBox-simulatedDataPickerTitleDateTime": "V\xe4lj datum och tid",
|
|
"dxDateBox-validation-datetime": "V\xe4rdet m\xe5ste vara ett datum eller en tid",
|
|
"dxDateRangeBox-invalidStartDateMessage": "Start value must be a date",
|
|
"dxDateRangeBox-invalidEndDateMessage": "End value must be a date",
|
|
"dxDateRangeBox-startDateOutOfRangeMessage": "Start date is out of range",
|
|
"dxDateRangeBox-endDateOutOfRangeMessage": "End date is out of range",
|
|
"dxDateRangeBox-startDateLabel": "Startdatum",
|
|
"dxDateRangeBox-endDateLabel": "Slutdatum",
|
|
"dxFileUploader-selectFile": "V\xe4lj fil",
|
|
"dxFileUploader-dropFile": "eller sl\xe4pp filen h\xe4r",
|
|
"dxFileUploader-bytes": "byte",
|
|
"dxFileUploader-kb": "KB",
|
|
"dxFileUploader-Mb": "MB",
|
|
"dxFileUploader-Gb": "GB",
|
|
"dxFileUploader-upload": "Ladda upp",
|
|
"dxFileUploader-uploaded": "Uppladdad",
|
|
"dxFileUploader-readyToUpload": "Klar att ladda upp",
|
|
"dxFileUploader-uploadAbortedMessage": "Upload cancelled",
|
|
"dxFileUploader-uploadFailedMessage": "Uppladdning misslyckades",
|
|
"dxFileUploader-invalidFileExtension": "File type is not allowed",
|
|
"dxFileUploader-invalidMaxFileSize": "File is too large",
|
|
"dxFileUploader-invalidMinFileSize": "File is too small",
|
|
"dxRangeSlider-ariaFrom": "Fr\xe5n",
|
|
"dxRangeSlider-ariaTill": "Till",
|
|
"dxSwitch-switchedOnText": "P\xc5",
|
|
"dxSwitch-switchedOffText": "AV",
|
|
"dxForm-optionalMark": "valfri",
|
|
"dxForm-requiredMessage": "{0} \xe4r n\xf6dv\xe4ndigt",
|
|
"dxNumberBox-invalidValueMessage": "V\xe4rdet m\xe5ste vara ett nummer",
|
|
"dxNumberBox-noDataText": "Inget data",
|
|
"dxDataGrid-emptyHeaderWithColumnChooserText": "Use {0} to display columns",
|
|
"dxDataGrid-emptyHeaderWithGroupPanelText": "Drag a column from the group panel here",
|
|
"dxDataGrid-emptyHeaderWithColumnChooserAndGroupPanelText": "Use {0} or drag a column from the group panel",
|
|
"dxDataGrid-emptyHeaderColumnChooserText": "column chooser",
|
|
"dxDataGrid-columnChooserTitle": "Kolumnv\xe4ljare",
|
|
"dxDataGrid-columnChooserEmptyText": "Dra en kolumn hit f\xf6r att d\xf6lja den",
|
|
"dxDataGrid-groupContinuesMessage": "Forts\xe4tter p\xe5 n\xe4sta sida",
|
|
"dxDataGrid-groupContinuedMessage": "Forts\xe4ttning fr\xe5n f\xf6reg\xe5ende sida",
|
|
"dxDataGrid-groupHeaderText": "Gruppera enligt denna kolumn",
|
|
"dxDataGrid-ungroupHeaderText": "Avgruppera",
|
|
"dxDataGrid-ungroupAllText": "Avgruppera allt",
|
|
"dxDataGrid-editingEditRow": "Redigera",
|
|
"dxDataGrid-editingSaveRowChanges": "Spara",
|
|
"dxDataGrid-editingCancelRowChanges": "Avbryt",
|
|
"dxDataGrid-editingDeleteRow": "Radera",
|
|
"dxDataGrid-editingUndeleteRow": "\xc5ngra radering",
|
|
"dxDataGrid-editingConfirmDeleteMessage": "\xc4r du s\xe4ker p\xe5 att du vill radera denna post?",
|
|
"dxDataGrid-validationCancelChanges": "Avbryt \xe4ndringarna",
|
|
"dxDataGrid-groupPanelEmptyText": "Dra en kolumnrubrik hit f\xf6r att gruppera enligt den kolumnen",
|
|
"dxDataGrid-noDataText": "Inget data",
|
|
"dxDataGrid-searchPanelPlaceholder": "S\xf6k...",
|
|
"dxDataGrid-filterRowShowAllText": "(Allt)",
|
|
"dxDataGrid-filterRowResetOperationText": "\xc5terst\xe4ll",
|
|
"dxDataGrid-filterRowOperationEquals": "\xc4r lika med",
|
|
"dxDataGrid-filterRowOperationNotEquals": "\xc4r olika",
|
|
"dxDataGrid-filterRowOperationLess": "Mindre \xe4n",
|
|
"dxDataGrid-filterRowOperationLessOrEquals": "Mindre \xe4n eller lika med",
|
|
"dxDataGrid-filterRowOperationGreater": "St\xf6rre \xe4n",
|
|
"dxDataGrid-filterRowOperationGreaterOrEquals": "St\xf6rre \xe4n eller lika med",
|
|
"dxDataGrid-filterRowOperationStartsWith": "B\xf6rjar med",
|
|
"dxDataGrid-filterRowOperationContains": "Inneh\xe5ller",
|
|
"dxDataGrid-filterRowOperationNotContains": "Inneh\xe5ller inte",
|
|
"dxDataGrid-filterRowOperationEndsWith": "Slutar med",
|
|
"dxDataGrid-filterRowOperationBetween": "Mellan",
|
|
"dxDataGrid-filterRowOperationBetweenStartText": "Start",
|
|
"dxDataGrid-filterRowOperationBetweenEndText": "Slut",
|
|
"dxDataGrid-ariaSearchBox": "Search box",
|
|
"dxDataGrid-applyFilterText": "Anv\xe4nd filter",
|
|
"dxDataGrid-trueText": "sant",
|
|
"dxDataGrid-falseText": "falskt",
|
|
"dxDataGrid-sortingAscendingText": "Sortera stigande",
|
|
"dxDataGrid-sortingDescendingText": "Sortera fallande",
|
|
"dxDataGrid-sortingClearText": "Rensa sortering",
|
|
"dxDataGrid-ariaNotSortedColumn": "Not sorted column",
|
|
"dxDataGrid-ariaSortedAscendingColumn": "Column sorted in ascending order",
|
|
"dxDataGrid-ariaSortedDescendingColumn": "Column sorted in descending order",
|
|
"dxDataGrid-ariaSortIndex": "Sort index {0}",
|
|
"dxDataGrid-editingSaveAllChanges": "Spara \xe4ndringar",
|
|
"dxDataGrid-editingCancelAllChanges": "\xc5ngra \xe4ndringar",
|
|
"dxDataGrid-editingAddRow": "L\xe4gg till rad",
|
|
"dxDataGrid-summaryMin": "Min: {0}",
|
|
"dxDataGrid-summaryMinOtherColumn": "Minimi av {1} \xe4r {0}",
|
|
"dxDataGrid-summaryMax": "Max: {0}",
|
|
"dxDataGrid-summaryMaxOtherColumn": "Maximi av {1} \xe4r {0}",
|
|
"dxDataGrid-summaryAvg": "Medel: {0}",
|
|
"dxDataGrid-summaryAvgOtherColumn": "Medeltal av {1} \xe4r {0}",
|
|
"dxDataGrid-summarySum": "Sum: {0}",
|
|
"dxDataGrid-summarySumOtherColumn": "Summan av {1} \xe4r {0}",
|
|
"dxDataGrid-summaryCount": "Antal: {0}",
|
|
"dxDataGrid-columnFixingFix": "Set Fixed Position",
|
|
"dxDataGrid-columnFixingUnfix": "Unfix",
|
|
"dxDataGrid-columnFixingLeftPosition": "Left",
|
|
"dxDataGrid-columnFixingRightPosition": "Right",
|
|
"dxDataGrid-columnFixingStickyPosition": "Sticky",
|
|
"dxDataGrid-exportTo": "Exportera",
|
|
"dxDataGrid-exportToExcel": "Exportera till Excel fil",
|
|
"dxDataGrid-exporting": "Exportera...",
|
|
"dxDataGrid-excelFormat": "Excel fil",
|
|
"dxDataGrid-selectedRows": "Valda rader",
|
|
"dxDataGrid-exportSelectedRows": "Exportera valda rader",
|
|
"dxDataGrid-exportAll": "Exportera allt",
|
|
"dxDataGrid-headerFilterLabel": "Filter options",
|
|
"dxDataGrid-headerFilterIndicatorLabel": "Show filter options for column '{0}'",
|
|
"dxDataGrid-headerFilterEmptyValue": "(Tomma)",
|
|
"dxDataGrid-headerFilterOK": "OK",
|
|
"dxDataGrid-headerFilterCancel": "Avbryt",
|
|
"dxDataGrid-ariaAdaptiveCollapse": "Hide additional data",
|
|
"dxDataGrid-ariaAdaptiveExpand": "Display additional data",
|
|
"dxDataGrid-ariaColumn": "Kolumn",
|
|
"dxDataGrid-ariaColumnHeader": "Column header",
|
|
"dxDataGrid-ariaValue": "V\xe4rde",
|
|
"dxDataGrid-ariaError": "Error",
|
|
"dxDataGrid-ariaRevertButton": "Press Escape to discard the changes",
|
|
"dxDataGrid-ariaFilterCell": "Filtrera cell",
|
|
"dxDataGrid-ariaCollapse": "Kollapsa",
|
|
"dxDataGrid-ariaModifiedCell": "Modified",
|
|
"dxDataGrid-ariaDeletedCell": "Deleted",
|
|
"dxDataGrid-ariaEditableCell": "Editable",
|
|
"dxDataGrid-ariaExpand": "Expandera",
|
|
"dxDataGrid-ariaCollapsedRow": "Collapsed row",
|
|
"dxDataGrid-ariaExpandedRow": "Expanded row",
|
|
"dxDataGrid-ariaDataGrid": "Datarutn\xe4t",
|
|
"dxDataGrid-ariaSearchInGrid": "S\xf6k i datarutn\xe4tet",
|
|
"dxDataGrid-ariaSelectAll": "V\xe4lj allt",
|
|
"dxDataGrid-ariaSelectRow": "V\xe4lj rad",
|
|
"dxDataGrid-ariaToolbar": "Data grid toolbar",
|
|
"dxDataGrid-ariaEditForm": "Edit form",
|
|
"dxDataGrid-filterBuilderPopupTitle": "Filterverktyg",
|
|
"dxDataGrid-filterPanelCreateFilter": "Skapa filter",
|
|
"dxDataGrid-filterPanelClearFilter": "Rensa",
|
|
"dxDataGrid-filterPanelFilterEnabledHint": "Aktivera filter",
|
|
"dxDataGrid-masterDetail": "Cell with details",
|
|
"dxDataGrid-moveColumnToTheRight": "Move to the right",
|
|
"dxDataGrid-moveColumnToTheLeft": "Move to the left",
|
|
"dxTreeList-ariaTreeList": "Tree list with {0} rows and {1} columns",
|
|
"dxTreeList-ariaExpandableInstruction": "Press Ctrl + right arrow to expand the focused node and Ctrl + left arrow to collapse it",
|
|
"dxTreeList-ariaSearchInGrid": "Search in the tree list",
|
|
"dxTreeList-ariaToolbar": "Tree list toolbar",
|
|
"dxTreeList-editingAddRowToNode": "L\xe4gg till",
|
|
"dxPager-infoText": "Sida {0} av {1} ({2} uppgifter)",
|
|
"dxPager-pagesCountText": "av",
|
|
"dxPager-pageSize": "Items per page: {0}",
|
|
"dxPager-pageSizesAllText": "Allt",
|
|
"dxPager-page": "Page {0}",
|
|
"dxPager-prevPage": "Previous page",
|
|
"dxPager-nextPage": "Next page",
|
|
"dxPager-ariaLabel": "Page navigation",
|
|
"dxPager-ariaPageSize": "Page size",
|
|
"dxPager-ariaPageNumber": "Page number",
|
|
"dxPagination-infoText": "Sida {0} av {1} ({2} uppgifter)",
|
|
"dxPagination-pagesCountText": "av",
|
|
"dxPagination-pageSize": "Items per page: {0}",
|
|
"dxPagination-pageSizesAllText": "Allt",
|
|
"dxPagination-page": "Page {0}",
|
|
"dxPagination-prevPage": "Previous page",
|
|
"dxPagination-nextPage": "Next page",
|
|
"dxPagination-ariaLabel": "Page navigation",
|
|
"dxPagination-ariaPageSize": "Page size",
|
|
"dxPagination-ariaPageNumber": "Page number",
|
|
"dxPivotGrid-grandTotal": "Totalsumma",
|
|
"dxPivotGrid-total": "{0} Summa",
|
|
"dxPivotGrid-fieldChooserTitle": "F\xe4ltv\xe4ljare",
|
|
"dxPivotGrid-showFieldChooser": "Visa f\xe4ltv\xe4ljare",
|
|
"dxPivotGrid-expandAll": "Expandera alla",
|
|
"dxPivotGrid-collapseAll": "Kollapsa alla",
|
|
"dxPivotGrid-sortColumnBySummary": 'Sortera "{0}" enligt denna kolumn',
|
|
"dxPivotGrid-sortRowBySummary": 'Sortera "{0}" enligt denna rad',
|
|
"dxPivotGrid-removeAllSorting": "Avl\xe4gsna all sortering",
|
|
"dxPivotGrid-dataNotAvailable": "Saknas",
|
|
"dxPivotGrid-rowFields": "Radf\xe4lt",
|
|
"dxPivotGrid-columnFields": "Kolumnf\xe4lt",
|
|
"dxPivotGrid-dataFields": "Dataf\xe4lt",
|
|
"dxPivotGrid-filterFields": "Filterf\xe4lt",
|
|
"dxPivotGrid-allFields": "Alla f\xe4lt",
|
|
"dxPivotGrid-columnFieldArea": "Sl\xe4pp kolumnf\xe4lt h\xe4r",
|
|
"dxPivotGrid-dataFieldArea": "Sl\xe4pp dataf\xe4lt h\xe4r",
|
|
"dxPivotGrid-rowFieldArea": "Sl\xe4pp radf\xe4lt h\xe4r",
|
|
"dxPivotGrid-filterFieldArea": "Sl\xe4pp filterf\xe4lt h\xe4r",
|
|
"dxScheduler-dateRange": "from {0} to {1}",
|
|
"dxScheduler-ariaLabel": "Scheduler. {0} view: {1} with {2} appointments",
|
|
"dxScheduler-ariaLabel-currentIndicator-present": "The current time indicator is visible in the view",
|
|
"dxScheduler-ariaLabel-currentIndicator-not-present": "The current time indicator is not visible on the screen",
|
|
"dxScheduler-appointmentAriaLabel-group": "Group: {0}",
|
|
"dxScheduler-appointmentAriaLabel-recurring": "Recurring appointment",
|
|
"dxScheduler-appointmentListAriaLabel": "Appointment list",
|
|
"dxScheduler-editorLabelTitle": "\xc4mne",
|
|
"dxScheduler-editorLabelStartDate": "Startdatum",
|
|
"dxScheduler-editorLabelEndDate": "Slutdatum",
|
|
"dxScheduler-editorLabelDescription": "Beskrivning",
|
|
"dxScheduler-editorLabelRecurrence": "Upprepa",
|
|
"dxScheduler-navigationToday": "Today",
|
|
"dxScheduler-navigationPrevious": "Previous page",
|
|
"dxScheduler-navigationNext": "Next page",
|
|
"dxScheduler-openAppointment": "\xd6ppna avtalad tid",
|
|
"dxScheduler-recurrenceNever": "Aldrig",
|
|
"dxScheduler-recurrenceMinutely": "Minutely",
|
|
"dxScheduler-recurrenceHourly": "Hourly",
|
|
"dxScheduler-recurrenceDaily": "Varje dag",
|
|
"dxScheduler-recurrenceWeekly": "Varje vecka",
|
|
"dxScheduler-recurrenceMonthly": "Varje m\xe5nad",
|
|
"dxScheduler-recurrenceYearly": "Varje \xe5r",
|
|
"dxScheduler-recurrenceRepeatEvery": "Varje",
|
|
"dxScheduler-recurrenceRepeatOn": "Repeat On",
|
|
"dxScheduler-recurrenceEnd": "Upprepning slutar",
|
|
"dxScheduler-recurrenceAfter": "Efter",
|
|
"dxScheduler-recurrenceOn": "P\xe5",
|
|
"dxScheduler-recurrenceUntilDateLabel": "Date when repeat ends",
|
|
"dxScheduler-recurrenceOccurrenceLabel": "Number of occurrences",
|
|
"dxScheduler-recurrenceRepeatMinutely": "minute(s)",
|
|
"dxScheduler-recurrenceRepeatHourly": "hour(s)",
|
|
"dxScheduler-recurrenceRepeatDaily": "dagar",
|
|
"dxScheduler-recurrenceRepeatWeekly": "veckor",
|
|
"dxScheduler-recurrenceRepeatMonthly": "m\xe5nader",
|
|
"dxScheduler-recurrenceRepeatYearly": "\xe5r",
|
|
"dxScheduler-switcherDay": "Dag",
|
|
"dxScheduler-switcherWeek": "Vecka",
|
|
"dxScheduler-switcherWorkWeek": "Arbetsvecka",
|
|
"dxScheduler-switcherMonth": "M\xe5nad",
|
|
"dxScheduler-switcherAgenda": "Agenda",
|
|
"dxScheduler-switcherTimelineDay": "Tidslinje dag",
|
|
"dxScheduler-switcherTimelineWeek": "Tidslinje vecka",
|
|
"dxScheduler-switcherTimelineWorkWeek": "Tidslinje arbetsvecka",
|
|
"dxScheduler-switcherTimelineMonth": "Tidslinje m\xe5nad",
|
|
"dxScheduler-recurrenceRepeatOnDate": "p\xe5 datumet",
|
|
"dxScheduler-recurrenceRepeatCount": "upprepning(ar)",
|
|
"dxScheduler-allDay": "Hela dagen",
|
|
"dxScheduler-ariaEditForm": "Edit form",
|
|
"dxScheduler-confirmRecurrenceEditTitle": "Edit Recurring Appointment",
|
|
"dxScheduler-confirmRecurrenceDeleteTitle": "Delete Recurring Appointment",
|
|
"dxScheduler-confirmRecurrenceEditMessage": "Vill du redigera bara denna avtalade tid eller hela serien?",
|
|
"dxScheduler-confirmRecurrenceDeleteMessage": "Vill du radera bara denna avtalade tid eller hela serien?",
|
|
"dxScheduler-confirmRecurrenceEditSeries": "Redigera serien",
|
|
"dxScheduler-confirmRecurrenceDeleteSeries": "Radera serien",
|
|
"dxScheduler-confirmRecurrenceEditOccurrence": "Redigera avtalad tid",
|
|
"dxScheduler-confirmRecurrenceDeleteOccurrence": "Radera avtalad tid",
|
|
"dxScheduler-noTimezoneTitle": "Ingen tidszon",
|
|
"dxScheduler-moreAppointments": "{0} mer",
|
|
"dxCalendar-currentDay": "Today",
|
|
"dxCalendar-currentMonth": "Current month",
|
|
"dxCalendar-currentYear": "Current year",
|
|
"dxCalendar-currentYearRange": "Current year range",
|
|
"dxCalendar-todayButtonText": "I dag",
|
|
"dxCalendar-ariaWidgetName": "Kalender",
|
|
"dxCalendar-previousMonthButtonLabel": "Previous month",
|
|
"dxCalendar-previousYearButtonLabel": "Previous year",
|
|
"dxCalendar-previousDecadeButtonLabel": "Previous decade",
|
|
"dxCalendar-previousCenturyButtonLabel": "Previous century",
|
|
"dxCalendar-nextMonthButtonLabel": "Next month",
|
|
"dxCalendar-nextYearButtonLabel": "Next year",
|
|
"dxCalendar-nextDecadeButtonLabel": "Next decade",
|
|
"dxCalendar-nextCenturyButtonLabel": "Next century",
|
|
"dxCalendar-captionMonthLabel": "Month selection",
|
|
"dxCalendar-captionYearLabel": "Year selection",
|
|
"dxCalendar-captionDecadeLabel": "Decade selection",
|
|
"dxCalendar-captionCenturyLabel": "Century selection",
|
|
"dxCalendar-selectedDate": "The selected date is {0}",
|
|
"dxCalendar-selectedDates": "The selected dates",
|
|
"dxCalendar-selectedDateRange": "The selected date range is from {0} to {1}",
|
|
"dxCalendar-selectedMultipleDateRange": "from {0} to {1}",
|
|
"dxCalendar-selectedDateRangeCount": "There are {0} selected date ranges",
|
|
"dxCalendar-readOnlyLabel": "Read-only calendar",
|
|
"dxCardView-ariaSearchInGrid": "Search in the card view",
|
|
"dxCardView-ariaHeaderItemLabel": "Field name {0}",
|
|
"dxCardView-ariaHeaderItemSortingAscendingLabel": "Sorted in ascending order",
|
|
"dxCardView-ariaHeaderItemSortingDescendingLabel": "Sorted in descending order",
|
|
"dxCardView-ariaHeaderItemSortingIndexLabel": "Sort index {0}",
|
|
"dxCardView-ariaHeaderHasHeaderFilterLabel": "Header filter applied",
|
|
"dxCardView-ariaSelectCard": "Select card",
|
|
"dxCardView-ariaCardView": "Card view with {0} cards. Each card has {1} fields",
|
|
"dxCardView-ariaCard": "Card",
|
|
"dxCardView-ariaEditableCard": "Editable card",
|
|
"dxCardView-ariaCardPosition": "Row {0}, column {1}",
|
|
"dxCardView-ariaSelectedCardState": "Selected",
|
|
"dxCardView-ariaNotSelectedCardState": "Not selected",
|
|
"dxCardView-selectAll": "Select all",
|
|
"dxCardView-clearSelection": "Clear selection",
|
|
"dxCardView-cardNoImageAriaLabel": "No image",
|
|
"dxCardView-headerItemDropZoneText": "Drop the header item here",
|
|
"dxCardView-emptyHeaderPanelText": "Use {0} to display columns",
|
|
"dxCardView-emptyHeaderPanelColumnChooserText": "column chooser",
|
|
"dxAvatar-defaultImageAlt": "Avatar",
|
|
"dxChat-elementAriaLabel": "Chat",
|
|
"dxChat-textareaPlaceholder": "Type a message",
|
|
"dxChat-sendButtonAriaLabel": "Send",
|
|
"dxChat-cancelEditingButtonAriaLabel": "Avbryt",
|
|
"dxChat-editingMessageCaption": "Edit Message",
|
|
"dxChat-defaultUserName": "Unknown User",
|
|
"dxChat-messageListAriaLabel": "Message list",
|
|
"dxChat-alertListAriaLabel": "Error list",
|
|
"dxChat-emptyListMessage": "There are no messages in this chat",
|
|
"dxChat-emptyListPrompt": "Write your first message",
|
|
"dxChat-typingMessageSingleUser": "{0} is typing...",
|
|
"dxChat-typingMessageTwoUsers": "{0} and {1} are typing...",
|
|
"dxChat-typingMessageThreeUsers": "{0}, {1} and {2} are typing...",
|
|
"dxChat-typingMessageMultipleUsers": "{0} and others are typing...",
|
|
"dxChat-editedMessageText": "Edited",
|
|
"dxChat-editingEditMessage": "Redigera",
|
|
"dxChat-editingDeleteMessage": "Radera",
|
|
"dxChat-editingDeleteConfirmText": "Are you sure you want to delete this message?",
|
|
"dxChat-deletedMessageText": "This message was deleted",
|
|
"dxChat-defaultImageAlt": "Image shared in chat",
|
|
"dxColorView-ariaRed": "R\xf6d",
|
|
"dxColorView-ariaGreen": "Gr\xf6n",
|
|
"dxColorView-ariaBlue": "Bl\xe5",
|
|
"dxColorView-ariaAlpha": "Transparens",
|
|
"dxColorView-ariaHex": "F\xe4rgkod",
|
|
"dxTagBox-selected": "{0} valda",
|
|
"dxTagBox-allSelected": "Alla valda ({0})",
|
|
"dxTagBox-moreSelected": "{0} mer",
|
|
"dxTagBox-tagRoleDescription": "Tag. Press the delete button to remove this tag",
|
|
"dxTagBox-ariaRoleDescription": "Tag box",
|
|
"vizExport-printingButtonText": "Skriv ut",
|
|
"vizExport-titleMenuText": "Export/Utskrift",
|
|
"vizExport-exportButtonText": "{0} fil",
|
|
"dxFilterBuilder-and": "Och",
|
|
"dxFilterBuilder-or": "Eller",
|
|
"dxFilterBuilder-notAnd": "Inte och",
|
|
"dxFilterBuilder-notOr": "Inte eller",
|
|
"dxFilterBuilder-addCondition": "L\xe4gg till villkor",
|
|
"dxFilterBuilder-addGroup": "L\xe4gg till grupp",
|
|
"dxFilterBuilder-enterValueText": "<ange v\xe4rde>",
|
|
"dxFilterBuilder-filterOperationEquals": "\xc4r lika med",
|
|
"dxFilterBuilder-filterOperationNotEquals": "\xc4r olika",
|
|
"dxFilterBuilder-filterOperationLess": "Mindre \xe4n",
|
|
"dxFilterBuilder-filterOperationLessOrEquals": "Mindre \xe4n eller lika med",
|
|
"dxFilterBuilder-filterOperationGreater": "St\xf6rre \xe4n",
|
|
"dxFilterBuilder-filterOperationGreaterOrEquals": "St\xf6rre \xe4n eller lika med",
|
|
"dxFilterBuilder-filterOperationStartsWith": "B\xf6rjar med",
|
|
"dxFilterBuilder-filterOperationContains": "Inneh\xe5ller",
|
|
"dxFilterBuilder-filterOperationNotContains": "Inneh\xe5ller inte",
|
|
"dxFilterBuilder-filterOperationEndsWith": "Slutar med",
|
|
"dxFilterBuilder-filterOperationIsBlank": "\xc4r tom",
|
|
"dxFilterBuilder-filterOperationIsNotBlank": "\xc4r inte tom",
|
|
"dxFilterBuilder-filterOperationBetween": "Mellan",
|
|
"dxFilterBuilder-filterOperationAnyOf": "N\xe5gon av",
|
|
"dxFilterBuilder-filterOperationNoneOf": "Ingen av",
|
|
"dxFilterBuilder-filterAriaRootElement": "Filter builder",
|
|
"dxFilterBuilder-filterAriaGroupLevel": "Level {0}",
|
|
"dxFilterBuilder-filterAriaGroupItem": "Group item",
|
|
"dxFilterBuilder-filterAriaOperationButton": "Operation",
|
|
"dxFilterBuilder-filterAriaAddButton": "Add",
|
|
"dxFilterBuilder-filterAriaRemoveButton": "Remove {0}",
|
|
"dxFilterBuilder-filterAriaItemField": "Item field",
|
|
"dxFilterBuilder-filterAriaItemOperation": "Item operation",
|
|
"dxFilterBuilder-filterAriaItemValue": "Item value",
|
|
"dxHtmlEditor-dialogColorCaption": "Change Font Color",
|
|
"dxHtmlEditor-dialogBackgroundCaption": "Change Background Color",
|
|
"dxHtmlEditor-dialogLinkCaption": "Add Link",
|
|
"dxHtmlEditor-dialogLinkUrlField": "URL",
|
|
"dxHtmlEditor-dialogLinkTextField": "Text",
|
|
"dxHtmlEditor-dialogLinkTargetField": "Open link in new window",
|
|
"dxHtmlEditor-dialogImageCaption": "Add Image",
|
|
"dxHtmlEditor-dialogImageUrlField": "URL",
|
|
"dxHtmlEditor-dialogImageAltField": "Alternate text",
|
|
"dxHtmlEditor-dialogImageWidthField": "Width (px)",
|
|
"dxHtmlEditor-dialogImageHeightField": "Height (px)",
|
|
"dxHtmlEditor-dialogInsertTableRowsField": "Rows",
|
|
"dxHtmlEditor-dialogInsertTableColumnsField": "Columns",
|
|
"dxHtmlEditor-dialogInsertTableCaption": "Insert Table",
|
|
"dxHtmlEditor-dialogUpdateImageCaption": "Update Image",
|
|
"dxHtmlEditor-dialogImageUpdateButton": "Update",
|
|
"dxHtmlEditor-dialogImageAddButton": "Add",
|
|
"dxHtmlEditor-dialogImageSpecifyUrl": "From the Web",
|
|
"dxHtmlEditor-dialogImageSelectFile": "From This Device",
|
|
"dxHtmlEditor-dialogImageKeepAspectRatio": "Keep Aspect Ratio",
|
|
"dxHtmlEditor-dialogImageEncodeToBase64": "Encode to Base64",
|
|
"dxHtmlEditor-heading": "Heading",
|
|
"dxHtmlEditor-normalText": "Normal text",
|
|
"dxHtmlEditor-background": "Background Color",
|
|
"dxHtmlEditor-bold": "Bold",
|
|
"dxHtmlEditor-color": "Font Color",
|
|
"dxHtmlEditor-font": "Font",
|
|
"dxHtmlEditor-italic": "Italic",
|
|
"dxHtmlEditor-link": "Add Link",
|
|
"dxHtmlEditor-image": "Add Image",
|
|
"dxHtmlEditor-size": "Size",
|
|
"dxHtmlEditor-strike": "Strikethrough",
|
|
"dxHtmlEditor-subscript": "Subscript",
|
|
"dxHtmlEditor-superscript": "Superscript",
|
|
"dxHtmlEditor-underline": "Underline",
|
|
"dxHtmlEditor-blockquote": "Blockquote",
|
|
"dxHtmlEditor-header": "Header",
|
|
"dxHtmlEditor-increaseIndent": "Increase Indent",
|
|
"dxHtmlEditor-decreaseIndent": "Decrease Indent",
|
|
"dxHtmlEditor-orderedList": "Ordered List",
|
|
"dxHtmlEditor-bulletList": "Bullet List",
|
|
"dxHtmlEditor-alignLeft": "Align Left",
|
|
"dxHtmlEditor-alignCenter": "Align Center",
|
|
"dxHtmlEditor-alignRight": "Align Right",
|
|
"dxHtmlEditor-alignJustify": "Align Justify",
|
|
"dxHtmlEditor-codeBlock": "Code Block",
|
|
"dxHtmlEditor-variable": "Add Variable",
|
|
"dxHtmlEditor-undo": "Undo",
|
|
"dxHtmlEditor-redo": "Redo",
|
|
"dxHtmlEditor-clear": "Clear Formatting",
|
|
"dxHtmlEditor-insertTable": "Insert Table",
|
|
"dxHtmlEditor-insertHeaderRow": "Insert Header Row",
|
|
"dxHtmlEditor-insertRowAbove": "Insert Row Above",
|
|
"dxHtmlEditor-insertRowBelow": "Insert Row Below",
|
|
"dxHtmlEditor-insertColumnLeft": "Insert Column Left",
|
|
"dxHtmlEditor-insertColumnRight": "Insert Column Right",
|
|
"dxHtmlEditor-deleteColumn": "Delete Column",
|
|
"dxHtmlEditor-deleteRow": "Delete Row",
|
|
"dxHtmlEditor-deleteTable": "Delete Table",
|
|
"dxHtmlEditor-cellProperties": "Cell Properties",
|
|
"dxHtmlEditor-tableProperties": "Table Properties",
|
|
"dxHtmlEditor-insert": "Insert",
|
|
"dxHtmlEditor-delete": "Delete",
|
|
"dxHtmlEditor-border": "Border",
|
|
"dxHtmlEditor-style": "Style",
|
|
"dxHtmlEditor-width": "Width",
|
|
"dxHtmlEditor-height": "Height",
|
|
"dxHtmlEditor-borderColor": "Color",
|
|
"dxHtmlEditor-borderWidth": "Border Width",
|
|
"dxHtmlEditor-tableBackground": "Background",
|
|
"dxHtmlEditor-dimensions": "Dimensions",
|
|
"dxHtmlEditor-alignment": "Alignment",
|
|
"dxHtmlEditor-horizontal": "Horizontal",
|
|
"dxHtmlEditor-vertical": "Vertical",
|
|
"dxHtmlEditor-paddingVertical": "Vertical Padding",
|
|
"dxHtmlEditor-paddingHorizontal": "Horizontal Padding",
|
|
"dxHtmlEditor-pixels": "Pixels",
|
|
"dxHtmlEditor-list": "List",
|
|
"dxHtmlEditor-ordered": "Ordered",
|
|
"dxHtmlEditor-bullet": "Bullet",
|
|
"dxHtmlEditor-align": "Align",
|
|
"dxHtmlEditor-center": "Center",
|
|
"dxHtmlEditor-left": "Left",
|
|
"dxHtmlEditor-right": "Right",
|
|
"dxHtmlEditor-indent": "Indent",
|
|
"dxHtmlEditor-justify": "Justify",
|
|
"dxHtmlEditor-borderStyleNone": "none",
|
|
"dxHtmlEditor-borderStyleHidden": "hidden",
|
|
"dxHtmlEditor-borderStyleDotted": "dotted",
|
|
"dxHtmlEditor-borderStyleDashed": "dashed",
|
|
"dxHtmlEditor-borderStyleSolid": "solid",
|
|
"dxHtmlEditor-borderStyleDouble": "double",
|
|
"dxHtmlEditor-borderStyleGroove": "groove",
|
|
"dxHtmlEditor-borderStyleRidge": "ridge",
|
|
"dxHtmlEditor-borderStyleInset": "inset",
|
|
"dxHtmlEditor-borderStyleOutset": "outset",
|
|
"dxHtmlEditor-aiDialogTitle": "AI Assistant",
|
|
"dxHtmlEditor-aiDialogError": "Something went wrong. Please try again.",
|
|
"dxHtmlEditor-aiDialogCanceled": "Generation canceled",
|
|
"dxHtmlEditor-aiReplace": "Replace",
|
|
"dxHtmlEditor-aiInsertAbove": "Insert above",
|
|
"dxHtmlEditor-aiInsertBelow": "Insert below",
|
|
"dxHtmlEditor-aiCopy": "Copy",
|
|
"dxHtmlEditor-aiRegenerate": "Regenerate",
|
|
"dxHtmlEditor-aiGenerate": "Generate",
|
|
"dxHtmlEditor-aiCancel": "Cancel",
|
|
"dxHtmlEditor-aiToolbarItemAriaLabel": "AI Assistant toolbar item",
|
|
"dxHtmlEditor-aiResultTextAreaAriaLabel": "AI Assistant result",
|
|
"dxHtmlEditor-aiAskPlaceholder": "Ask AI to modify text",
|
|
"dxFileManager-newDirectoryName": "Untitled directory",
|
|
"dxFileManager-rootDirectoryName": "Files",
|
|
"dxFileManager-errorNoAccess": "Access Denied. Operation could not be completed.",
|
|
"dxFileManager-errorDirectoryExistsFormat": "Directory '{0}' already exists.",
|
|
"dxFileManager-errorFileExistsFormat": "File '{0}' already exists.",
|
|
"dxFileManager-errorFileNotFoundFormat": "File '{0}' not found.",
|
|
"dxFileManager-errorDirectoryNotFoundFormat": "Directory '{0}' not found.",
|
|
"dxFileManager-errorWrongFileExtension": "File extension is not allowed.",
|
|
"dxFileManager-errorMaxFileSizeExceeded": "File size exceeds the maximum allowed size.",
|
|
"dxFileManager-errorInvalidSymbols": "This name contains invalid characters.",
|
|
"dxFileManager-errorDefault": "Unspecified error.",
|
|
"dxFileManager-errorDirectoryOpenFailed": "The directory cannot be opened",
|
|
"dxFileManager-commandCreate": "New directory",
|
|
"dxFileManager-commandRename": "Rename",
|
|
"dxFileManager-commandMove": "Move to",
|
|
"dxFileManager-commandCopy": "Copy to",
|
|
"dxFileManager-commandDelete": "Delete",
|
|
"dxFileManager-commandDownload": "Download",
|
|
"dxFileManager-commandUpload": "Upload files",
|
|
"dxFileManager-commandRefresh": "Refresh",
|
|
"dxFileManager-commandThumbnails": "Thumbnails View",
|
|
"dxFileManager-commandDetails": "Details View",
|
|
"dxFileManager-commandClearSelection": "Clear selection",
|
|
"dxFileManager-commandShowNavPane": "Toggle navigation pane",
|
|
"dxFileManager-dialogDirectoryChooserMoveTitle": "Move to",
|
|
"dxFileManager-dialogDirectoryChooserMoveButtonText": "Move",
|
|
"dxFileManager-dialogDirectoryChooserCopyTitle": "Copy to",
|
|
"dxFileManager-dialogDirectoryChooserCopyButtonText": "Copy",
|
|
"dxFileManager-dialogRenameItemTitle": "Rename",
|
|
"dxFileManager-dialogRenameItemButtonText": "Save",
|
|
"dxFileManager-dialogCreateDirectoryTitle": "New directory",
|
|
"dxFileManager-dialogCreateDirectoryButtonText": "Create",
|
|
"dxFileManager-dialogDeleteItemTitle": "Delete",
|
|
"dxFileManager-dialogDeleteItemButtonText": "Delete",
|
|
"dxFileManager-dialogDeleteItemSingleItemConfirmation": "Are you sure you want to delete {0}?",
|
|
"dxFileManager-dialogDeleteItemMultipleItemsConfirmation": "Are you sure you want to delete {0} items?",
|
|
"dxFileManager-dialogButtonCancel": "Cancel",
|
|
"dxFileManager-editingCreateSingleItemProcessingMessage": "Creating a directory inside {0}",
|
|
"dxFileManager-editingCreateSingleItemSuccessMessage": "Created a directory inside {0}",
|
|
"dxFileManager-editingCreateSingleItemErrorMessage": "Directory was not created",
|
|
"dxFileManager-editingCreateCommonErrorMessage": "Directory was not created",
|
|
"dxFileManager-editingRenameSingleItemProcessingMessage": "Renaming an item inside {0}",
|
|
"dxFileManager-editingRenameSingleItemSuccessMessage": "Renamed an item inside {0}",
|
|
"dxFileManager-editingRenameSingleItemErrorMessage": "Item was not renamed",
|
|
"dxFileManager-editingRenameCommonErrorMessage": "Item was not renamed",
|
|
"dxFileManager-editingDeleteSingleItemProcessingMessage": "Deleting an item from {0}",
|
|
"dxFileManager-editingDeleteMultipleItemsProcessingMessage": "Deleting {0} items from {1}",
|
|
"dxFileManager-editingDeleteSingleItemSuccessMessage": "Deleted an item from {0}",
|
|
"dxFileManager-editingDeleteMultipleItemsSuccessMessage": "Deleted {0} items from {1}",
|
|
"dxFileManager-editingDeleteSingleItemErrorMessage": "Item was not deleted",
|
|
"dxFileManager-editingDeleteMultipleItemsErrorMessage": "{0} items were not deleted",
|
|
"dxFileManager-editingDeleteCommonErrorMessage": "Some items were not deleted",
|
|
"dxFileManager-editingMoveSingleItemProcessingMessage": "Moving an item to {0}",
|
|
"dxFileManager-editingMoveMultipleItemsProcessingMessage": "Moving {0} items to {1}",
|
|
"dxFileManager-editingMoveSingleItemSuccessMessage": "Moved an item to {0}",
|
|
"dxFileManager-editingMoveMultipleItemsSuccessMessage": "Moved {0} items to {1}",
|
|
"dxFileManager-editingMoveSingleItemErrorMessage": "Item was not moved",
|
|
"dxFileManager-editingMoveMultipleItemsErrorMessage": "{0} items were not moved",
|
|
"dxFileManager-editingMoveCommonErrorMessage": "Some items were not moved",
|
|
"dxFileManager-editingCopySingleItemProcessingMessage": "Copying an item to {0}",
|
|
"dxFileManager-editingCopyMultipleItemsProcessingMessage": "Copying {0} items to {1}",
|
|
"dxFileManager-editingCopySingleItemSuccessMessage": "Copied an item to {0}",
|
|
"dxFileManager-editingCopyMultipleItemsSuccessMessage": "Copied {0} items to {1}",
|
|
"dxFileManager-editingCopySingleItemErrorMessage": "Item was not copied",
|
|
"dxFileManager-editingCopyMultipleItemsErrorMessage": "{0} items were not copied",
|
|
"dxFileManager-editingCopyCommonErrorMessage": "Some items were not copied",
|
|
"dxFileManager-editingUploadSingleItemProcessingMessage": "Uploading an item to {0}",
|
|
"dxFileManager-editingUploadMultipleItemsProcessingMessage": "Uploading {0} items to {1}",
|
|
"dxFileManager-editingUploadSingleItemSuccessMessage": "Uploaded an item to {0}",
|
|
"dxFileManager-editingUploadMultipleItemsSuccessMessage": "Uploaded {0} items to {1}",
|
|
"dxFileManager-editingUploadSingleItemErrorMessage": "Item was not uploaded",
|
|
"dxFileManager-editingUploadMultipleItemsErrorMessage": "{0} items were not uploaded",
|
|
"dxFileManager-editingUploadCanceledMessage": "Canceled",
|
|
"dxFileManager-editingDownloadSingleItemErrorMessage": "Item was not downloaded",
|
|
"dxFileManager-editingDownloadMultipleItemsErrorMessage": "{0} items were not downloaded",
|
|
"dxFileManager-listDetailsColumnCaptionName": "Name",
|
|
"dxFileManager-listDetailsColumnCaptionDateModified": "Date Modified",
|
|
"dxFileManager-listDetailsColumnCaptionFileSize": "File Size",
|
|
"dxFileManager-listThumbnailsTooltipTextSize": "Size",
|
|
"dxFileManager-listThumbnailsTooltipTextDateModified": "Date Modified",
|
|
"dxFileManager-notificationProgressPanelTitle": "Progress",
|
|
"dxFileManager-notificationProgressPanelEmptyListText": "No operations",
|
|
"dxFileManager-notificationProgressPanelOperationCanceled": "Canceled",
|
|
"dxDiagram-categoryGeneral": "General",
|
|
"dxDiagram-categoryFlowchart": "Flowchart",
|
|
"dxDiagram-categoryOrgChart": "Org Chart",
|
|
"dxDiagram-categoryContainers": "Containers",
|
|
"dxDiagram-categoryCustom": "Custom",
|
|
"dxDiagram-commandExportToSvg": "Export to SVG",
|
|
"dxDiagram-commandExportToPng": "Export to PNG",
|
|
"dxDiagram-commandExportToJpg": "Export to JPEG",
|
|
"dxDiagram-commandUndo": "Undo",
|
|
"dxDiagram-commandRedo": "Redo",
|
|
"dxDiagram-commandFontName": "Font Name",
|
|
"dxDiagram-commandFontSize": "Font Size",
|
|
"dxDiagram-commandBold": "Bold",
|
|
"dxDiagram-commandItalic": "Italic",
|
|
"dxDiagram-commandUnderline": "Underline",
|
|
"dxDiagram-commandTextColor": "Font Color",
|
|
"dxDiagram-commandLineColor": "Line Color",
|
|
"dxDiagram-commandLineWidth": "Line Width",
|
|
"dxDiagram-commandLineStyle": "Line Style",
|
|
"dxDiagram-commandLineStyleSolid": "Solid",
|
|
"dxDiagram-commandLineStyleDotted": "Dotted",
|
|
"dxDiagram-commandLineStyleDashed": "Dashed",
|
|
"dxDiagram-commandFillColor": "Fill Color",
|
|
"dxDiagram-commandAlignLeft": "Align Left",
|
|
"dxDiagram-commandAlignCenter": "Align Center",
|
|
"dxDiagram-commandAlignRight": "Align Right",
|
|
"dxDiagram-commandConnectorLineType": "Connector Line Type",
|
|
"dxDiagram-commandConnectorLineStraight": "Straight",
|
|
"dxDiagram-commandConnectorLineOrthogonal": "Orthogonal",
|
|
"dxDiagram-commandConnectorLineStart": "Connector Line Start",
|
|
"dxDiagram-commandConnectorLineEnd": "Connector Line End",
|
|
"dxDiagram-commandConnectorLineNone": "None",
|
|
"dxDiagram-commandConnectorLineArrow": "Arrow",
|
|
"dxDiagram-commandFullscreen": "Full Screen",
|
|
"dxDiagram-commandUnits": "Units",
|
|
"dxDiagram-commandPageSize": "Page Size",
|
|
"dxDiagram-commandPageOrientation": "Page Orientation",
|
|
"dxDiagram-commandPageOrientationLandscape": "Landscape",
|
|
"dxDiagram-commandPageOrientationPortrait": "Portrait",
|
|
"dxDiagram-commandPageColor": "Page Color",
|
|
"dxDiagram-commandShowGrid": "Show Grid",
|
|
"dxDiagram-commandSnapToGrid": "Snap to Grid",
|
|
"dxDiagram-commandGridSize": "Grid Size",
|
|
"dxDiagram-commandZoomLevel": "Zoom Level",
|
|
"dxDiagram-commandAutoZoom": "Auto Zoom",
|
|
"dxDiagram-commandFitToContent": "Fit to Content",
|
|
"dxDiagram-commandFitToWidth": "Fit to Width",
|
|
"dxDiagram-commandAutoZoomByContent": "Auto Zoom by Content",
|
|
"dxDiagram-commandAutoZoomByWidth": "Auto Zoom by Width",
|
|
"dxDiagram-commandSimpleView": "Simple View",
|
|
"dxDiagram-commandCut": "Cut",
|
|
"dxDiagram-commandCopy": "Copy",
|
|
"dxDiagram-commandPaste": "Paste",
|
|
"dxDiagram-commandSelectAll": "Select All",
|
|
"dxDiagram-commandDelete": "Delete",
|
|
"dxDiagram-commandBringToFront": "Bring to Front",
|
|
"dxDiagram-commandSendToBack": "Send to Back",
|
|
"dxDiagram-commandLock": "Lock",
|
|
"dxDiagram-commandUnlock": "Unlock",
|
|
"dxDiagram-commandInsertShapeImage": "Insert Image...",
|
|
"dxDiagram-commandEditShapeImage": "Change Image...",
|
|
"dxDiagram-commandDeleteShapeImage": "Delete Image",
|
|
"dxDiagram-commandLayoutLeftToRight": "Left-to-right",
|
|
"dxDiagram-commandLayoutRightToLeft": "Right-to-left",
|
|
"dxDiagram-commandLayoutTopToBottom": "Top-to-bottom",
|
|
"dxDiagram-commandLayoutBottomToTop": "Bottom-to-top",
|
|
"dxDiagram-unitIn": "in",
|
|
"dxDiagram-unitCm": "cm",
|
|
"dxDiagram-unitPx": "px",
|
|
"dxDiagram-dialogButtonOK": "OK",
|
|
"dxDiagram-dialogButtonCancel": "Cancel",
|
|
"dxDiagram-dialogInsertShapeImageTitle": "Insert Image",
|
|
"dxDiagram-dialogEditShapeImageTitle": "Change Image",
|
|
"dxDiagram-dialogEditShapeImageSelectButton": "Select image",
|
|
"dxDiagram-dialogEditShapeImageLabelText": "or drop a file here",
|
|
"dxDiagram-uiExport": "Export",
|
|
"dxDiagram-uiProperties": "Properties",
|
|
"dxDiagram-uiSettings": "Settings",
|
|
"dxDiagram-uiShowToolbox": "Show Toolbox",
|
|
"dxDiagram-uiSearch": "Search",
|
|
"dxDiagram-uiStyle": "Style",
|
|
"dxDiagram-uiLayout": "Layout",
|
|
"dxDiagram-uiLayoutTree": "Tree",
|
|
"dxDiagram-uiLayoutLayered": "Layered",
|
|
"dxDiagram-uiDiagram": "Diagram",
|
|
"dxDiagram-uiText": "Text",
|
|
"dxDiagram-uiObject": "Object",
|
|
"dxDiagram-uiConnector": "Connector",
|
|
"dxDiagram-uiPage": "Page",
|
|
"dxDiagram-shapeText": "Text",
|
|
"dxDiagram-shapeRectangle": "Rectangle",
|
|
"dxDiagram-shapeEllipse": "Ellipse",
|
|
"dxDiagram-shapeCross": "Cross",
|
|
"dxDiagram-shapeTriangle": "Triangle",
|
|
"dxDiagram-shapeDiamond": "Diamond",
|
|
"dxDiagram-shapeHeart": "Heart",
|
|
"dxDiagram-shapePentagon": "Pentagon",
|
|
"dxDiagram-shapeHexagon": "Hexagon",
|
|
"dxDiagram-shapeOctagon": "Octagon",
|
|
"dxDiagram-shapeStar": "Star",
|
|
"dxDiagram-shapeArrowLeft": "Left Arrow",
|
|
"dxDiagram-shapeArrowUp": "Up Arrow",
|
|
"dxDiagram-shapeArrowRight": "Right Arrow",
|
|
"dxDiagram-shapeArrowDown": "Down Arrow",
|
|
"dxDiagram-shapeArrowUpDown": "Up Down Arrow",
|
|
"dxDiagram-shapeArrowLeftRight": "Left Right Arrow",
|
|
"dxDiagram-shapeProcess": "Process",
|
|
"dxDiagram-shapeDecision": "Decision",
|
|
"dxDiagram-shapeTerminator": "Terminator",
|
|
"dxDiagram-shapePredefinedProcess": "Predefined Process",
|
|
"dxDiagram-shapeDocument": "Document",
|
|
"dxDiagram-shapeMultipleDocuments": "Multiple Documents",
|
|
"dxDiagram-shapeManualInput": "Manual Input",
|
|
"dxDiagram-shapePreparation": "Preparation",
|
|
"dxDiagram-shapeData": "Data",
|
|
"dxDiagram-shapeDatabase": "Database",
|
|
"dxDiagram-shapeHardDisk": "Hard Disk",
|
|
"dxDiagram-shapeInternalStorage": "Internal Storage",
|
|
"dxDiagram-shapePaperTape": "Paper Tape",
|
|
"dxDiagram-shapeManualOperation": "Manual Operation",
|
|
"dxDiagram-shapeDelay": "Delay",
|
|
"dxDiagram-shapeStoredData": "Stored Data",
|
|
"dxDiagram-shapeDisplay": "Display",
|
|
"dxDiagram-shapeMerge": "Merge",
|
|
"dxDiagram-shapeConnector": "Connector",
|
|
"dxDiagram-shapeOr": "Or",
|
|
"dxDiagram-shapeSummingJunction": "Summing Junction",
|
|
"dxDiagram-shapeContainerDefaultText": "Container",
|
|
"dxDiagram-shapeVerticalContainer": "Vertical Container",
|
|
"dxDiagram-shapeHorizontalContainer": "Horizontal Container",
|
|
"dxDiagram-shapeCardDefaultText": "Person's Name",
|
|
"dxDiagram-shapeCardWithImageOnLeft": "Card with Image on the Left",
|
|
"dxDiagram-shapeCardWithImageOnTop": "Card with Image on the Top",
|
|
"dxDiagram-shapeCardWithImageOnRight": "Card with Image on the Right",
|
|
"dxGantt-dialogTitle": "Title",
|
|
"dxGantt-dialogStartTitle": "Start",
|
|
"dxGantt-dialogEndTitle": "End",
|
|
"dxGantt-dialogProgressTitle": "Progress",
|
|
"dxGantt-dialogResourcesTitle": "Resources",
|
|
"dxGantt-dialogResourceManagerTitle": "Resource Manager",
|
|
"dxGantt-dialogTaskDetailsTitle": "Task Details",
|
|
"dxGantt-dialogEditResourceListHint": "Edit Resource List",
|
|
"dxGantt-dialogEditNoResources": "No resources",
|
|
"dxGantt-dialogButtonAdd": "Add",
|
|
"dxGantt-contextMenuNewTask": "New Task",
|
|
"dxGantt-contextMenuNewSubtask": "New Subtask",
|
|
"dxGantt-contextMenuDeleteTask": "Delete Task",
|
|
"dxGantt-contextMenuDeleteDependency": "Delete Dependency",
|
|
"dxGantt-dialogTaskDeleteConfirmation": "Deleting a task also deletes all its dependencies and subtasks. Are you sure you want to delete this task?",
|
|
"dxGantt-dialogDependencyDeleteConfirmation": "Are you sure you want to delete the dependency from the task?",
|
|
"dxGantt-dialogResourcesDeleteConfirmation": "Deleting a resource also deletes it from tasks to which this resource is assigned. Are you sure you want to delete these resources? Resources: {0}",
|
|
"dxGantt-dialogConstraintCriticalViolationMessage": "The task you are attempting to move is linked to a second task by a dependency relation. This change would conflict with dependency rules. How would you like to proceed?",
|
|
"dxGantt-dialogConstraintViolationMessage": "The task you are attempting to move is linked to a second task by a dependency relation. How would you like to proceed?",
|
|
"dxGantt-dialogCancelOperationMessage": "Cancel the operation",
|
|
"dxGantt-dialogDeleteDependencyMessage": "Delete the dependency",
|
|
"dxGantt-dialogMoveTaskAndKeepDependencyMessage": "Move the task and keep the dependency",
|
|
"dxGantt-dialogConstraintCriticalViolationSeveralTasksMessage": "The task you are attempting to move is linked to another tasks by dependency relations. This change would conflict with dependency rules. How would you like to proceed?",
|
|
"dxGantt-dialogConstraintViolationSeveralTasksMessage": "The task you are attempting to move is linked to another tasks by dependency relations. How would you like to proceed?",
|
|
"dxGantt-dialogDeleteDependenciesMessage": "Delete the dependency relations",
|
|
"dxGantt-dialogMoveTaskAndKeepDependenciesMessage": "Move the task and keep the dependencies",
|
|
"dxGantt-undo": "Undo",
|
|
"dxGantt-redo": "Redo",
|
|
"dxGantt-expandAll": "Expand All",
|
|
"dxGantt-collapseAll": "Collapse All",
|
|
"dxGantt-addNewTask": "Add New Task",
|
|
"dxGantt-deleteSelectedTask": "Delete Selected Task",
|
|
"dxGantt-zoomIn": "Zoom In",
|
|
"dxGantt-zoomOut": "Zoom Out",
|
|
"dxGantt-fullScreen": "Full Screen",
|
|
"dxGantt-quarter": "Q{0}",
|
|
"dxGantt-sortingAscendingText": "Sort Ascending",
|
|
"dxGantt-sortingDescendingText": "Sort Descending",
|
|
"dxGantt-sortingClearText": "Clear Sorting",
|
|
"dxGantt-showResources": "Show Resources",
|
|
"dxGantt-showDependencies": "Show Dependencies",
|
|
"dxGantt-dialogStartDateValidation": "Start date must be after {0}",
|
|
"dxGantt-dialogEndDateValidation": "End date must be after {0}",
|
|
"dxGallery-itemName": "Gallery item",
|
|
"dxMultiView-elementAriaRoleDescription": "MultiView",
|
|
"dxMultiView-elementAriaLabel": "Use the arrow keys or swipe to navigate between views",
|
|
"dxMultiView-itemAriaRoleDescription": "View",
|
|
"dxMultiView-itemAriaLabel": "{0} of {1}",
|
|
"dxSplitter-resizeHandleAriaLabel": "Split bar",
|
|
"dxSplitter-resizeHandleAriaRoleDescription": "Separator",
|
|
"dxStepper-optionalMark": "(Optional)"
|
|
}
|
|
})
|
|
}));
|