@brightspace-ui/core 3.148.2 → 3.148.3
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/components/icons/images/tier1/new-window.svg +2 -2
- package/components/list/demo/demo-list-nav.js +2 -1
- package/components/list/demo/demo-list-nested.js +2 -1
- package/generated/icons/tier1/new-window.js +2 -2
- package/lang/ar.js +32 -32
- package/lang/cy.js +33 -33
- package/lang/da.js +32 -32
- package/lang/de.js +33 -33
- package/lang/en-gb.js +33 -33
- package/lang/en.js +31 -31
- package/lang/es-es.js +31 -31
- package/lang/es.js +33 -33
- package/lang/fr-fr.js +31 -31
- package/lang/fr.js +31 -31
- package/lang/haw.js +33 -33
- package/lang/hi.js +33 -33
- package/lang/ja.js +30 -30
- package/lang/ko.js +30 -30
- package/lang/mi.js +33 -33
- package/lang/nl.js +31 -31
- package/lang/pt.js +31 -31
- package/lang/sv.js +31 -31
- package/lang/tr.js +31 -31
- package/lang/zh-cn.js +32 -32
- package/lang/zh-tw.js +31 -31
- package/package.json +1 -1
package/lang/de.js
CHANGED
@@ -21,7 +21,6 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "Alle Filter für {filterText} löschen",
|
22
22
|
"components.filter.clearAnnounce": "Filter für {filterName} werden gelöscht",
|
23
23
|
"components.filter.clearDescription": "Filter für {filterName} löschen",
|
24
|
-
"components.filter.loading": "Filter werden geladen",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {Keine Filter angewendet.}
|
@@ -29,6 +28,7 @@ export default {
|
|
29
28
|
other {{number} Filter angewendet.}
|
30
29
|
}`,
|
31
30
|
"components.filter.filters": "Filter",
|
31
|
+
"components.filter.loading": "Filter werden geladen",
|
32
32
|
"components.filter.noFilters": "Keine verfügbaren Filter",
|
33
33
|
"components.filter.searchResults":
|
34
34
|
`{number, plural,
|
@@ -38,23 +38,23 @@ export default {
|
|
38
38
|
}`,
|
39
39
|
"components.filter.selectedFirstListLabel": "{headerText}. Ausgewählte Filter werden zuerst angezeigt.",
|
40
40
|
"components.filter.singleDimensionDescription": "Filtern nach: {filterName}",
|
41
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
42
|
-
`{num, plural,
|
43
|
-
=1 {Letzte Stunde}
|
44
|
-
other {Letzte {num} Stunden}
|
45
|
-
}`,
|
46
41
|
"components.filter-dimension-set-date-text-value.textDays":
|
47
42
|
`{num, plural,
|
48
43
|
=0 {Heute}
|
49
44
|
one {Letzter Tag}
|
50
45
|
other {Letzte {num} Tage}
|
51
46
|
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
48
|
+
`{num, plural,
|
49
|
+
=1 {Letzte Stunde}
|
50
|
+
other {Letzte {num} Stunden}
|
51
|
+
}`,
|
52
52
|
"components.filter-dimension-set-date-text-value.textMonths": "Letzte {num} Monate",
|
53
53
|
"components.filter-dimension-set-date-time-range-value.label": "{text} – erweitern, um Daten auszuwählen",
|
54
|
+
"components.filter-dimension-set-date-time-range-value.text": "Benutzerdefinierter Datumsbereich",
|
54
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} nach {endValue}",
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Nach {startValue}",
|
56
56
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Vor {endValue}",
|
57
|
-
"components.filter-dimension-set-date-time-range-value.
|
57
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Nach {startValue}",
|
58
58
|
"components.form-element.defaultError": "{label} ist ungültig",
|
59
59
|
"components.form-element.defaultFieldLabel": "Feld",
|
60
60
|
"components.form-element.input.email.typeMismatch": "Die E-Mail-Adresse ist ungültig",
|
@@ -91,33 +91,33 @@ export default {
|
|
91
91
|
"components.input-color.backgroundColor": "Hintergrundfarbe",
|
92
92
|
"components.input-color.foregroundColor": "Vordergrundfarbe",
|
93
93
|
"components.input-color.none": "Keine",
|
94
|
+
"components.input-date.clear": "Löschen",
|
95
|
+
"components.input-date.errorMaxDateOnly": "Das Datum muss am oder vor dem {maxDate} liegen",
|
96
|
+
"components.input-date.errorMinDateOnly": "Das Datum muss am oder nach dem {minDate} liegen",
|
97
|
+
"components.input-date.errorOutsideRange": "Datum muss zwischen {minDate} und {maxDate} liegen",
|
98
|
+
"components.input-date.now": "Jetzt",
|
99
|
+
"components.input-date.openInstructions": "Das Datumsformat {format} verwenden. Minikalender durch Abwärtspfeil oder durch Drücken der Eingabetaste aufrufen.",
|
100
|
+
"components.input-date.revert": "{label} auf vorherigen Wert zurückgesetzt.",
|
101
|
+
"components.input-date.today": "Heute",
|
102
|
+
"components.input-date.useDateFormat": "Das Datumsformat {format} verwenden.",
|
94
103
|
"components.input-date-range.endDate": "Enddatum",
|
95
104
|
"components.input-date-range.errorBadInput": "{startLabel} muss vor {endLabel} liegen",
|
96
105
|
"components.input-date-range.interactive-label": "Datumsbereich eingeben",
|
97
106
|
"components.input-date-range.startDate": "Startdatum",
|
98
|
-
"components.input-date-time-range-to.to": "bis",
|
99
|
-
"components.input-date-time-range.endDate": "Enddatum",
|
100
|
-
"components.input-date-time-range.errorBadInput": "{startLabel} muss vor {endLabel} liegen",
|
101
|
-
"components.input-date-time-range.startDate": "Startdatum",
|
102
107
|
"components.input-date-time.date": "Datum",
|
103
108
|
"components.input-date-time.errorMaxDateOnly": "Das Datum muss am oder vor dem {maxDate} liegen",
|
104
109
|
"components.input-date-time.errorMinDateOnly": "Das Datum muss am oder nach dem {minDate} liegen",
|
105
110
|
"components.input-date-time.errorOutsideRange": "Datum muss zwischen {minDate} und {maxDate} liegen",
|
106
111
|
"components.input-date-time.time": "Uhrzeit",
|
112
|
+
"components.input-date-time-range.endDate": "Enddatum",
|
113
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} muss vor {endLabel} liegen",
|
107
114
|
"components.input-date-time-range.interactive-label": "Datums- und Zeitbereich eingeben",
|
108
|
-
"components.input-date.
|
109
|
-
"components.input-date.
|
110
|
-
"components.input-
|
111
|
-
"components.input-
|
112
|
-
"components.input-
|
113
|
-
"components.input-date.now": "Jetzt",
|
114
|
-
"components.input-date.revert": "{label} auf vorherigen Wert zurückgesetzt.",
|
115
|
-
"components.input-date.today": "Heute",
|
116
|
-
"components.input-date.useDateFormat": "Das Datumsformat {format} verwenden.",
|
115
|
+
"components.input-date-time-range.startDate": "Startdatum",
|
116
|
+
"components.input-date-time-range-to.to": "bis",
|
117
|
+
"components.input-number.hintDecimalDuplicate": "Diese Zahl enthält bereits eine Dezimalstelle",
|
118
|
+
"components.input-number.hintDecimalIncorrectComma": "Geben Sie ein Komma (,) ein, um eine Dezimalstelle hinzuzufügen",
|
119
|
+
"components.input-number.hintDecimalIncorrectPeriod": "Geben Sie einen Punkt (.) ein, um eine Dezimalstelle hinzuzufügen",
|
117
120
|
"components.input-number.hintInteger": "Dieses Feld akzeptiert nur Ganzzahlen (keine Dezimalstellen)",
|
118
|
-
"components.input-number.hintDecimalDuplicate": "Diese Zahl enthält bereits eine Dezimale",
|
119
|
-
"components.input-number.hintDecimalIncorrectComma": "Verwenden Sie zum Hinzufügen einer Dezimalstelle das Komma „,“",
|
120
|
-
"components.input-number.hintDecimalIncorrectPeriod": "Verwenden Sie zum Hinzufügen einer Dezimalstelle das Zeichen „.“",
|
121
121
|
"components.input-search.clear": "Suche löschen",
|
122
122
|
"components.input-search.defaultPlaceholder": "Suchen...",
|
123
123
|
"components.input-search.search": "Suchen",
|
@@ -131,13 +131,13 @@ export default {
|
|
131
131
|
"components.list-item.addItem": "Element hinzufügen",
|
132
132
|
"components.list-item-drag-handle.default": "Elementaktion für {name} neu anordnen",
|
133
133
|
"components.list-item-drag-handle.keyboard": "Elemente neu anordnen; aktuelle Position: {currentPosition} von {size}. Drücken Sie zum Bewegen dieses Elements auf den Pfeil nach oben oder den Pfeil nach unten.",
|
134
|
-
"components.list-item-drag-handle-tooltip.title": "Tastatursteuerelemente für Neuanordnung:",
|
135
|
-
"components.list-item-drag-handle-tooltip.enter-key": "Eingabe",
|
136
134
|
"components.list-item-drag-handle-tooltip.enter-desc": "Tastatur-Neuanordnungsmodus ändern.",
|
137
|
-
"components.list-item-drag-handle-tooltip.
|
138
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "Element in der Liste nach oben oder unten verschieben.",
|
139
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "Links/Rechts",
|
135
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Eingabe",
|
140
136
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Verschachtelungsebene ändern.",
|
137
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Links/Rechts",
|
138
|
+
"components.list-item-drag-handle-tooltip.title": "Tastatursteuerelemente für Neuanordnung:",
|
139
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Element in der Liste nach oben oder unten verschieben.",
|
140
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Nach oben/unten",
|
141
141
|
"components.menu-item-return.return": "Zum vorherigen Menü zurückkehren.",
|
142
142
|
"components.menu-item-return.returnCurrentlyShowing": "Zum vorherigen Menü zurückkehren. Sie betrachten gerade {menuTitle}.",
|
143
143
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -148,8 +148,6 @@ export default {
|
|
148
148
|
"components.more-less.more": "mehr",
|
149
149
|
"components.object-property-list.item-placeholder-text": "Platzhalterelement",
|
150
150
|
"components.overflow-group.moreActions": "Weitere Aktionen",
|
151
|
-
"components.pager-load-more.action": "Mehr laden",
|
152
|
-
"components.pager-load-more.action-with-page-size": "{count} weitere laden",
|
153
151
|
"components.pageable.info":
|
154
152
|
`{count, plural,
|
155
153
|
one {{countFormatted} Element}
|
@@ -160,6 +158,8 @@ export default {
|
|
160
158
|
one {{countFormatted} von {totalCountFormatted} Element}
|
161
159
|
other {{countFormatted} von {totalCountFormatted} Elemente}
|
162
160
|
}`,
|
161
|
+
"components.pager-load-more.action": "Mehr laden",
|
162
|
+
"components.pager-load-more.action-with-page-size": "{count} weitere laden",
|
163
163
|
"components.pager-load-more.status-loading": "Weitere Elemente werden geladen",
|
164
164
|
"components.selection.action-max-hint":
|
165
165
|
`{count, plural,
|
@@ -172,10 +172,10 @@ export default {
|
|
172
172
|
"components.selection.selected": "{count} ausgewählt",
|
173
173
|
"components.selection.selected-plus": "{count}+ ausgewählt",
|
174
174
|
"components.selection-controls.label": "Aktionen für Auswahl",
|
175
|
+
"components.switch.conditions": "Bedingungen müssen erfüllt sein",
|
176
|
+
"components.switch.hidden": "Ausgeblendet",
|
175
177
|
"components.switch.visible": "Sichtbar",
|
176
178
|
"components.switch.visibleWithPeriod": "Sichtbar.",
|
177
|
-
"components.switch.hidden": "Ausgeblendet",
|
178
|
-
"components.switch.conditions": "Bedingungen müssen erfüllt sein",
|
179
179
|
"components.table-col-sort-button.addSortOrder": "Wählen Sie diese Option, um eine Sortierreihenfolge hinzuzufügen",
|
180
180
|
"components.table-col-sort-button.changeSortOrder": "Wählen Sie diese Option, um die Sortierreihenfolge zu ändern",
|
181
181
|
"components.table-col-sort-button.title":
|
package/lang/en-gb.js
CHANGED
@@ -21,7 +21,6 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
22
22
|
"components.filter.clearAnnounce": "Clearing filters for: {filterName}",
|
23
23
|
"components.filter.clearDescription": "Clear filters for: {filterName}",
|
24
|
-
"components.filter.loading": "Loading filters",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {No filters applied.}
|
@@ -29,6 +28,7 @@ export default {
|
|
29
28
|
other {{number} filters applied.}
|
30
29
|
}`,
|
31
30
|
"components.filter.filters": "Filters",
|
31
|
+
"components.filter.loading": "Loading filters",
|
32
32
|
"components.filter.noFilters": "No available filters",
|
33
33
|
"components.filter.searchResults":
|
34
34
|
`{number, plural,
|
@@ -38,23 +38,23 @@ export default {
|
|
38
38
|
}`,
|
39
39
|
"components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.",
|
40
40
|
"components.filter.singleDimensionDescription": "Filter by: {filterName}",
|
41
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
42
|
-
`{num, plural,
|
43
|
-
=1 {Last hour}
|
44
|
-
other {Last {num} hours}
|
45
|
-
}`,
|
46
41
|
"components.filter-dimension-set-date-text-value.textDays":
|
47
42
|
`{num, plural,
|
48
43
|
=0 {Today}
|
49
44
|
one {Last {num} day}
|
50
45
|
other {Last {num} days}
|
51
46
|
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
48
|
+
`{num, plural,
|
49
|
+
=1 {Last hour}
|
50
|
+
other {Last {num} hours}
|
51
|
+
}`,
|
52
52
|
"components.filter-dimension-set-date-text-value.textMonths": "Last {num} months",
|
53
53
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, expand to choose dates",
|
54
|
+
"components.filter-dimension-set-date-time-range-value.text": "Custom date range",
|
54
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} to {endValue}",
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
|
56
56
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Before {endValue}",
|
57
|
-
"components.filter-dimension-set-date-time-range-value.
|
57
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
|
58
58
|
"components.form-element.defaultError": "{label} is invalid",
|
59
59
|
"components.form-element.defaultFieldLabel": "Field",
|
60
60
|
"components.form-element.input.email.typeMismatch": "Email is not valid",
|
@@ -91,33 +91,33 @@ export default {
|
|
91
91
|
"components.input-color.backgroundColor": "Background Colour",
|
92
92
|
"components.input-color.foregroundColor": "Foreground Colour",
|
93
93
|
"components.input-color.none": "None",
|
94
|
+
"components.input-date.clear": "Clear",
|
95
|
+
"components.input-date.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
96
|
+
"components.input-date.errorMinDateOnly": "Date must be on or after {minDate}",
|
97
|
+
"components.input-date.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
98
|
+
"components.input-date.now": "Now",
|
99
|
+
"components.input-date.openInstructions": "Use date format {format}. Arrow down or press enter to access mini-calendar.",
|
100
|
+
"components.input-date.revert": "{label} reverted to previous value.",
|
101
|
+
"components.input-date.today": "Today",
|
102
|
+
"components.input-date.useDateFormat": "Use date format {format}.",
|
94
103
|
"components.input-date-range.endDate": "End Date",
|
95
104
|
"components.input-date-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
96
105
|
"components.input-date-range.interactive-label": "Date range input",
|
97
106
|
"components.input-date-range.startDate": "Start Date",
|
98
|
-
"components.input-date-time-range-to.to": "to",
|
99
|
-
"components.input-date-time-range.endDate": "End Date",
|
100
|
-
"components.input-date-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
101
|
-
"components.input-date-time-range.startDate": "Start Date",
|
102
107
|
"components.input-date-time.date": "Date",
|
103
108
|
"components.input-date-time.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
104
109
|
"components.input-date-time.errorMinDateOnly": "Date must be on or after {minDate}",
|
105
110
|
"components.input-date-time.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
106
111
|
"components.input-date-time.time": "Time",
|
112
|
+
"components.input-date-time-range.endDate": "End Date",
|
113
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
107
114
|
"components.input-date-time-range.interactive-label": "Date and time range input",
|
108
|
-
"components.input-date.
|
109
|
-
"components.input-date.
|
110
|
-
"components.input-date.errorMinDateOnly": "Date must be on or after {minDate}",
|
111
|
-
"components.input-date.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
112
|
-
"components.input-date.openInstructions": "Use date format {format}. Arrow down or press enter to access mini-calendar.",
|
113
|
-
"components.input-date.now": "Now",
|
114
|
-
"components.input-date.revert": "{label} reverted to previous value.",
|
115
|
-
"components.input-date.today": "Today",
|
116
|
-
"components.input-date.useDateFormat": "Use date format {format}.",
|
117
|
-
"components.input-number.hintInteger": "This field only accepts integer values (no decimals)",
|
115
|
+
"components.input-date-time-range.startDate": "Start Date",
|
116
|
+
"components.input-date-time-range-to.to": "to",
|
118
117
|
"components.input-number.hintDecimalDuplicate": "There’s already a decimal in this number",
|
119
|
-
"components.input-number.hintDecimalIncorrectComma": "To add a decimal use the comma
|
120
|
-
"components.input-number.hintDecimalIncorrectPeriod": "To add a decimal use the
|
118
|
+
"components.input-number.hintDecimalIncorrectComma": "To add a decimal use the comma “,” character",
|
119
|
+
"components.input-number.hintDecimalIncorrectPeriod": "To add a decimal use the full stop “.” character",
|
120
|
+
"components.input-number.hintInteger": "This field only accepts integer values (no decimals)",
|
121
121
|
"components.input-search.clear": "Clear Search",
|
122
122
|
"components.input-search.defaultPlaceholder": "Search...",
|
123
123
|
"components.input-search.search": "Search",
|
@@ -131,13 +131,13 @@ export default {
|
|
131
131
|
"components.list-item.addItem": "Add Item",
|
132
132
|
"components.list-item-drag-handle.default": "Reorder item action for {name}",
|
133
133
|
"components.list-item-drag-handle.keyboard": "Reorder item, current position {currentPosition} out of {size}. To move this item, press up or down arrows.",
|
134
|
-
"components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
|
135
|
-
"components.list-item-drag-handle-tooltip.enter-key": "Enter",
|
136
134
|
"components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
|
137
|
-
"components.list-item-drag-handle-tooltip.
|
138
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
|
139
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
|
135
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Enter",
|
140
136
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
|
137
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
|
138
|
+
"components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
|
139
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
|
140
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
|
141
141
|
"components.menu-item-return.return": "Return to previous menu.",
|
142
142
|
"components.menu-item-return.returnCurrentlyShowing": "Return to previous menu. You are viewing {menuTitle}.",
|
143
143
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -148,8 +148,6 @@ export default {
|
|
148
148
|
"components.more-less.more": "more",
|
149
149
|
"components.object-property-list.item-placeholder-text": "Placeholder Item",
|
150
150
|
"components.overflow-group.moreActions": "More Actions",
|
151
|
-
"components.pager-load-more.action": "Load More",
|
152
|
-
"components.pager-load-more.action-with-page-size": "Load {count} More",
|
153
151
|
"components.pageable.info":
|
154
152
|
`{count, plural,
|
155
153
|
one {{countFormatted} item}
|
@@ -160,6 +158,8 @@ export default {
|
|
160
158
|
one {{countFormatted} of {totalCountFormatted} item}
|
161
159
|
other {{countFormatted} of {totalCountFormatted} items}
|
162
160
|
}`,
|
161
|
+
"components.pager-load-more.action": "Load More",
|
162
|
+
"components.pager-load-more.action-with-page-size": "Load {count} More",
|
163
163
|
"components.pager-load-more.status-loading": "Loading more items",
|
164
164
|
"components.selection.action-max-hint":
|
165
165
|
`{count, plural,
|
@@ -172,10 +172,10 @@ export default {
|
|
172
172
|
"components.selection.selected": "{count} selected",
|
173
173
|
"components.selection.selected-plus": "{count}+ selected",
|
174
174
|
"components.selection-controls.label": "Actions for selection",
|
175
|
+
"components.switch.conditions": "Conditions must be met",
|
176
|
+
"components.switch.hidden": "Hidden",
|
175
177
|
"components.switch.visible": "Visible",
|
176
178
|
"components.switch.visibleWithPeriod": "Visible.",
|
177
|
-
"components.switch.hidden": "Hidden",
|
178
|
-
"components.switch.conditions": "Conditions must be met",
|
179
179
|
"components.table-col-sort-button.addSortOrder": "Select to add sort order",
|
180
180
|
"components.table-col-sort-button.changeSortOrder": "Select to change sort order",
|
181
181
|
"components.table-col-sort-button.title":
|
package/lang/en.js
CHANGED
@@ -21,7 +21,6 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
22
22
|
"components.filter.clearAnnounce": "Clearing filters for: {filterName}",
|
23
23
|
"components.filter.clearDescription": "Clear filters for: {filterName}",
|
24
|
-
"components.filter.loading": "Loading filters",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {No filters applied.}
|
@@ -29,6 +28,7 @@ export default {
|
|
29
28
|
other {{number} filters applied.}
|
30
29
|
}`,
|
31
30
|
"components.filter.filters": "Filters",
|
31
|
+
"components.filter.loading": "Loading filters",
|
32
32
|
"components.filter.noFilters": "No available filters",
|
33
33
|
"components.filter.searchResults":
|
34
34
|
`{number, plural,
|
@@ -38,23 +38,23 @@ export default {
|
|
38
38
|
}`,
|
39
39
|
"components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.",
|
40
40
|
"components.filter.singleDimensionDescription": "Filter by: {filterName}",
|
41
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
42
|
-
`{num, plural,
|
43
|
-
=1 {Last hour}
|
44
|
-
other {Last {num} hours}
|
45
|
-
}`,
|
46
41
|
"components.filter-dimension-set-date-text-value.textDays":
|
47
42
|
`{num, plural,
|
48
43
|
=0 {Today}
|
49
44
|
one {Last {num} day}
|
50
45
|
other {Last {num} days}
|
51
46
|
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
48
|
+
`{num, plural,
|
49
|
+
=1 {Last hour}
|
50
|
+
other {Last {num} hours}
|
51
|
+
}`,
|
52
52
|
"components.filter-dimension-set-date-text-value.textMonths": "Last {num} months",
|
53
53
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, expand to choose dates",
|
54
|
+
"components.filter-dimension-set-date-time-range-value.text": "Custom date range",
|
54
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} to {endValue}",
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
|
56
56
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Before {endValue}",
|
57
|
-
"components.filter-dimension-set-date-time-range-value.
|
57
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
|
58
58
|
"components.form-element.defaultError": "{label} is invalid",
|
59
59
|
"components.form-element.defaultFieldLabel": "Field",
|
60
60
|
"components.form-element.input.email.typeMismatch": "Email is not valid",
|
@@ -91,33 +91,33 @@ export default {
|
|
91
91
|
"components.input-color.backgroundColor": "Background Color",
|
92
92
|
"components.input-color.foregroundColor": "Foreground Color",
|
93
93
|
"components.input-color.none": "None",
|
94
|
+
"components.input-date.clear": "Clear",
|
95
|
+
"components.input-date.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
96
|
+
"components.input-date.errorMinDateOnly": "Date must be on or after {minDate}",
|
97
|
+
"components.input-date.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
98
|
+
"components.input-date.now": "Now",
|
99
|
+
"components.input-date.openInstructions": "Use date format {format}. Arrow down or press enter to access mini-calendar.",
|
100
|
+
"components.input-date.revert": "{label} reverted to previous value.",
|
101
|
+
"components.input-date.today": "Today",
|
102
|
+
"components.input-date.useDateFormat": "Use date format {format}.",
|
94
103
|
"components.input-date-range.endDate": "End Date",
|
95
104
|
"components.input-date-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
96
105
|
"components.input-date-range.interactive-label": "Date range input",
|
97
106
|
"components.input-date-range.startDate": "Start Date",
|
98
|
-
"components.input-date-time-range-to.to": "to",
|
99
|
-
"components.input-date-time-range.endDate": "End Date",
|
100
|
-
"components.input-date-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
101
|
-
"components.input-date-time-range.startDate": "Start Date",
|
102
107
|
"components.input-date-time.date": "Date",
|
103
108
|
"components.input-date-time.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
104
109
|
"components.input-date-time.errorMinDateOnly": "Date must be on or after {minDate}",
|
105
110
|
"components.input-date-time.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
106
111
|
"components.input-date-time.time": "Time",
|
112
|
+
"components.input-date-time-range.endDate": "End Date",
|
113
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
107
114
|
"components.input-date-time-range.interactive-label": "Date and time range input",
|
108
|
-
"components.input-date.
|
109
|
-
"components.input-date.
|
110
|
-
"components.input-date.errorMinDateOnly": "Date must be on or after {minDate}",
|
111
|
-
"components.input-date.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
112
|
-
"components.input-date.openInstructions": "Use date format {format}. Arrow down or press enter to access mini-calendar.",
|
113
|
-
"components.input-date.now": "Now",
|
114
|
-
"components.input-date.revert": "{label} reverted to previous value.",
|
115
|
-
"components.input-date.today": "Today",
|
116
|
-
"components.input-date.useDateFormat": "Use date format {format}.",
|
117
|
-
"components.input-number.hintInteger": "This field only accepts integer values (no decimals)",
|
115
|
+
"components.input-date-time-range.startDate": "Start Date",
|
116
|
+
"components.input-date-time-range-to.to": "to",
|
118
117
|
"components.input-number.hintDecimalDuplicate": "There’s already a decimal in this number",
|
119
118
|
"components.input-number.hintDecimalIncorrectComma": "To add a decimal use the comma “,” character",
|
120
119
|
"components.input-number.hintDecimalIncorrectPeriod": "To add a decimal use the period “.” character",
|
120
|
+
"components.input-number.hintInteger": "This field only accepts integer values (no decimals)",
|
121
121
|
"components.input-search.clear": "Clear Search",
|
122
122
|
"components.input-search.defaultPlaceholder": "Search...",
|
123
123
|
"components.input-search.search": "Search",
|
@@ -131,13 +131,13 @@ export default {
|
|
131
131
|
"components.list-item.addItem": "Add Item",
|
132
132
|
"components.list-item-drag-handle.default": "Reorder item action for {name}",
|
133
133
|
"components.list-item-drag-handle.keyboard": "Reorder item, current position {currentPosition} out of {size}. To move this item, press up or down arrows.",
|
134
|
-
"components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
|
135
|
-
"components.list-item-drag-handle-tooltip.enter-key": "Enter",
|
136
134
|
"components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
|
137
|
-
"components.list-item-drag-handle-tooltip.
|
138
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
|
139
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
|
135
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Enter",
|
140
136
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
|
137
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
|
138
|
+
"components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
|
139
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
|
140
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
|
141
141
|
"components.menu-item-return.return": "Return to previous menu.",
|
142
142
|
"components.menu-item-return.returnCurrentlyShowing": "Return to previous menu. You are viewing {menuTitle}.",
|
143
143
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -148,8 +148,6 @@ export default {
|
|
148
148
|
"components.more-less.more": "more",
|
149
149
|
"components.object-property-list.item-placeholder-text": "Placeholder Item",
|
150
150
|
"components.overflow-group.moreActions": "More Actions",
|
151
|
-
"components.pager-load-more.action": "Load More",
|
152
|
-
"components.pager-load-more.action-with-page-size": "Load {count} More",
|
153
151
|
"components.pageable.info":
|
154
152
|
`{count, plural,
|
155
153
|
one {{countFormatted} item}
|
@@ -160,6 +158,8 @@ export default {
|
|
160
158
|
one {{countFormatted} of {totalCountFormatted} item}
|
161
159
|
other {{countFormatted} of {totalCountFormatted} items}
|
162
160
|
}`,
|
161
|
+
"components.pager-load-more.action": "Load More",
|
162
|
+
"components.pager-load-more.action-with-page-size": "Load {count} More",
|
163
163
|
"components.pager-load-more.status-loading": "Loading more items",
|
164
164
|
"components.selection.action-max-hint":
|
165
165
|
`{count, plural,
|
@@ -172,10 +172,10 @@ export default {
|
|
172
172
|
"components.selection.selected": "{count} selected",
|
173
173
|
"components.selection.selected-plus": "{count}+ selected",
|
174
174
|
"components.selection-controls.label": "Actions for selection",
|
175
|
+
"components.switch.conditions": "Conditions must be met",
|
176
|
+
"components.switch.hidden": "Hidden",
|
175
177
|
"components.switch.visible": "Visible",
|
176
178
|
"components.switch.visibleWithPeriod": "Visible.",
|
177
|
-
"components.switch.hidden": "Hidden",
|
178
|
-
"components.switch.conditions": "Conditions must be met",
|
179
179
|
"components.table-col-sort-button.addSortOrder": "Select to add sort order",
|
180
180
|
"components.table-col-sort-button.changeSortOrder": "Select to change sort order",
|
181
181
|
"components.table-col-sort-button.title":
|
package/lang/es-es.js
CHANGED
@@ -21,7 +21,6 @@ export default {
|
|
21
21
|
"components.filter.clearAllDescriptionOverride": "Borrar todos los filtros de: {filterText}",
|
22
22
|
"components.filter.clearAnnounce": "Borrando filtros para: {filterName}",
|
23
23
|
"components.filter.clearDescription": "Borrar filtros para: {filterName}",
|
24
|
-
"components.filter.loading": "Cargando filtros",
|
25
24
|
"components.filter.filterCountDescription":
|
26
25
|
`{number, plural,
|
27
26
|
=0 {Sin filtros aplicados.}
|
@@ -29,6 +28,7 @@ export default {
|
|
29
28
|
other {{number} filtros aplicados.}
|
30
29
|
}`,
|
31
30
|
"components.filter.filters": "Filtros",
|
31
|
+
"components.filter.loading": "Cargando filtros",
|
32
32
|
"components.filter.noFilters": "No hay filtros disponibles",
|
33
33
|
"components.filter.searchResults":
|
34
34
|
`{number, plural,
|
@@ -38,23 +38,23 @@ export default {
|
|
38
38
|
}`,
|
39
39
|
"components.filter.selectedFirstListLabel": "{headerText}. Los filtros seleccionados aparecen primero.",
|
40
40
|
"components.filter.singleDimensionDescription": "Filtrar por: {filterName}",
|
41
|
-
"components.filter-dimension-set-date-text-value.textHours":
|
42
|
-
`{num, plural,
|
43
|
-
=1 {Última hora}
|
44
|
-
other {Últimas {num} horas}
|
45
|
-
}`,
|
46
41
|
"components.filter-dimension-set-date-text-value.textDays":
|
47
42
|
`{num, plural,
|
48
43
|
=0 {Hoy}
|
49
44
|
one {Último día}
|
50
45
|
other {Últimos {num} días}
|
51
46
|
}`,
|
47
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
48
|
+
`{num, plural,
|
49
|
+
=1 {Última hora}
|
50
|
+
other {Últimas {num} horas}
|
51
|
+
}`,
|
52
52
|
"components.filter-dimension-set-date-text-value.textMonths": "Últimos {num} meses",
|
53
53
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, amplíe para elegir fechas",
|
54
|
+
"components.filter-dimension-set-date-time-range-value.text": "Intervalo de fechas personalizado",
|
54
55
|
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} a {endValue}",
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Después de {startValue}",
|
56
56
|
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Antes de {endValue}",
|
57
|
-
"components.filter-dimension-set-date-time-range-value.
|
57
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Después de {startValue}",
|
58
58
|
"components.form-element.defaultError": "{label} no es válido",
|
59
59
|
"components.form-element.defaultFieldLabel": "Campo",
|
60
60
|
"components.form-element.input.email.typeMismatch": "El correo electrónico no es válido",
|
@@ -91,33 +91,33 @@ export default {
|
|
91
91
|
"components.input-color.backgroundColor": "Color de fondo",
|
92
92
|
"components.input-color.foregroundColor": "Color del primer plano",
|
93
93
|
"components.input-color.none": "Ninguno",
|
94
|
+
"components.input-date.clear": "Borrar",
|
95
|
+
"components.input-date.errorMaxDateOnly": "La fecha debe ser {maxDate} o anterior",
|
96
|
+
"components.input-date.errorMinDateOnly": "La fecha debe ser {minDate} o posterior",
|
97
|
+
"components.input-date.errorOutsideRange": "La fecha debe estar entre el {minDate} y el {maxDate}",
|
98
|
+
"components.input-date.now": "Ahora",
|
99
|
+
"components.input-date.openInstructions": "Usar formato de fecha {format}. Use la fecha hacia abajo o pulse Intro para acceder al minicalendario.",
|
100
|
+
"components.input-date.revert": "{label} ha vuelto al valor anterior.",
|
101
|
+
"components.input-date.today": "Hoy",
|
102
|
+
"components.input-date.useDateFormat": "Usar formato de fecha {format}.",
|
94
103
|
"components.input-date-range.endDate": "Fecha final",
|
95
104
|
"components.input-date-range.errorBadInput": "{startLabel} debe ser anterior a {endLabel}",
|
96
105
|
"components.input-date-range.interactive-label": "Entrada de intervalo de fechas",
|
97
106
|
"components.input-date-range.startDate": "Fecha de inicio",
|
98
|
-
"components.input-date-time-range-to.to": "para",
|
99
|
-
"components.input-date-time-range.endDate": "Fecha final",
|
100
|
-
"components.input-date-time-range.errorBadInput": "{startLabel} debe ser anterior a {endLabel}",
|
101
|
-
"components.input-date-time-range.startDate": "Fecha de inicio",
|
102
107
|
"components.input-date-time.date": "Fecha",
|
103
108
|
"components.input-date-time.errorMaxDateOnly": "La fecha debe ser {maxDate} o anterior",
|
104
109
|
"components.input-date-time.errorMinDateOnly": "La fecha debe ser {minDate} o posterior",
|
105
110
|
"components.input-date-time.errorOutsideRange": "La fecha debe estar entre el {minDate} y el {maxDate}",
|
106
111
|
"components.input-date-time.time": "Tiempo",
|
112
|
+
"components.input-date-time-range.endDate": "Fecha final",
|
113
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} debe ser anterior a {endLabel}",
|
107
114
|
"components.input-date-time-range.interactive-label": "Entrada de intervalo de fecha y hora",
|
108
|
-
"components.input-date.
|
109
|
-
"components.input-date.
|
110
|
-
"components.input-date.errorMinDateOnly": "La fecha debe ser {minDate} o posterior",
|
111
|
-
"components.input-date.errorOutsideRange": "La fecha debe estar entre el {minDate} y el {maxDate}",
|
112
|
-
"components.input-date.openInstructions": "Usar formato de fecha {format}. Use la fecha hacia abajo o pulse Intro para acceder al minicalendario.",
|
113
|
-
"components.input-date.now": "Ahora",
|
114
|
-
"components.input-date.revert": "{label} ha vuelto al valor anterior.",
|
115
|
-
"components.input-date.today": "Hoy",
|
116
|
-
"components.input-date.useDateFormat": "Usar formato de fecha {format}.",
|
117
|
-
"components.input-number.hintInteger": "Este campo sólo acepta valores enteros (sin decimales)",
|
115
|
+
"components.input-date-time-range.startDate": "Fecha de inicio",
|
116
|
+
"components.input-date-time-range-to.to": "para",
|
118
117
|
"components.input-number.hintDecimalDuplicate": "Ya hay un decimal en este número",
|
119
118
|
"components.input-number.hintDecimalIncorrectComma": "Para agregar un decimal, utilice la coma “,”",
|
120
119
|
"components.input-number.hintDecimalIncorrectPeriod": "Para agregar un decimal, utilice el punto “.”",
|
120
|
+
"components.input-number.hintInteger": "Este campo sólo acepta valores enteros (sin decimales)",
|
121
121
|
"components.input-search.clear": "Borrar búsqueda",
|
122
122
|
"components.input-search.defaultPlaceholder": "Buscar…",
|
123
123
|
"components.input-search.search": "Buscar",
|
@@ -131,13 +131,13 @@ export default {
|
|
131
131
|
"components.list-item.addItem": "Agregar elemento",
|
132
132
|
"components.list-item-drag-handle.default": "Reordenar acción de elemento para {name}",
|
133
133
|
"components.list-item-drag-handle.keyboard": "Reordenar elementos, posición actual {currentPosition} de {size}. Para mover este elemento, pulse las flechas arriba o abajo.",
|
134
|
-
"components.list-item-drag-handle-tooltip.title": "Controles del teclado para reordenar:",
|
135
|
-
"components.list-item-drag-handle-tooltip.enter-key": "Intro",
|
136
134
|
"components.list-item-drag-handle-tooltip.enter-desc": "Alternar el modo de reordenación del teclado.",
|
137
|
-
"components.list-item-drag-handle-tooltip.
|
138
|
-
"components.list-item-drag-handle-tooltip.up-down-desc": "Mover el elemento hacia arriba o hacia abajo en la lista.",
|
139
|
-
"components.list-item-drag-handle-tooltip.left-right-key": "Izquierda/derecha",
|
135
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Intro",
|
140
136
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Cambiar el nivel de anidamiento.",
|
137
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Izquierda/derecha",
|
138
|
+
"components.list-item-drag-handle-tooltip.title": "Controles del teclado para reordenar:",
|
139
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Mover el elemento hacia arriba o hacia abajo en la lista.",
|
140
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Arriba/abajo",
|
141
141
|
"components.menu-item-return.return": "Vuelva al menú anterior.",
|
142
142
|
"components.menu-item-return.returnCurrentlyShowing": "Vuelva al menú anterior. Está en {menuTitle}.",
|
143
143
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
@@ -148,8 +148,6 @@ export default {
|
|
148
148
|
"components.more-less.more": "más",
|
149
149
|
"components.object-property-list.item-placeholder-text": "Elemento de marcador de posición",
|
150
150
|
"components.overflow-group.moreActions": "Más acciones",
|
151
|
-
"components.pager-load-more.action": "Cargar más",
|
152
|
-
"components.pager-load-more.action-with-page-size": "Cargar {count} más",
|
153
151
|
"components.pageable.info":
|
154
152
|
`{count, plural,
|
155
153
|
one {{countFormatted} elemento}
|
@@ -160,6 +158,8 @@ export default {
|
|
160
158
|
one {{countFormatted} de {totalCountFormatted} elemento}
|
161
159
|
other {{countFormatted} de {totalCountFormatted} elementos}
|
162
160
|
}`,
|
161
|
+
"components.pager-load-more.action": "Cargar más",
|
162
|
+
"components.pager-load-more.action-with-page-size": "Cargar {count} más",
|
163
163
|
"components.pager-load-more.status-loading": "Cargando más elementos",
|
164
164
|
"components.selection.action-max-hint":
|
165
165
|
`{count, plural,
|
@@ -172,10 +172,10 @@ export default {
|
|
172
172
|
"components.selection.selected": "{count} seleccionados",
|
173
173
|
"components.selection.selected-plus": "{count}+ seleccionados",
|
174
174
|
"components.selection-controls.label": "Acciones para la selección",
|
175
|
+
"components.switch.conditions": "Deben cumplirse las condiciones",
|
176
|
+
"components.switch.hidden": "Oculto",
|
175
177
|
"components.switch.visible": "Visible",
|
176
178
|
"components.switch.visibleWithPeriod": "Visible.",
|
177
|
-
"components.switch.hidden": "Oculto",
|
178
|
-
"components.switch.conditions": "Deben cumplirse las condiciones",
|
179
179
|
"components.table-col-sort-button.addSortOrder": "Seleccionar para añadir un orden de clasificación",
|
180
180
|
"components.table-col-sort-button.changeSortOrder": "Seleccionar para cambiar el orden de clasificación",
|
181
181
|
"components.table-col-sort-button.title":
|