@brightspace-ui/core 3.277.0 → 3.279.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/components/backdrop/backdrop-loading.js +100 -133
- package/components/backdrop/backdrop-stale-overlay.js +58 -0
- package/components/page/page.js +57 -6
- package/components/table/demo/table-test.js +9 -9
- package/components/table/table-wrapper.js +41 -46
- package/custom-elements.json +105 -105
- package/lang/ar.js +8 -7
- package/lang/ca.js +8 -7
- package/lang/cy.js +8 -7
- package/lang/da.js +8 -7
- package/lang/de.js +8 -7
- package/lang/en-gb.js +1 -0
- package/lang/en.js +1 -0
- package/lang/es-es.js +8 -7
- package/lang/es.js +8 -7
- package/lang/fr-fr.js +8 -7
- package/lang/fr.js +8 -7
- package/lang/haw.js +8 -7
- package/lang/hi.js +8 -7
- package/lang/ja.js +8 -7
- package/lang/ko.js +8 -7
- package/lang/mi.js +8 -7
- package/lang/nl.js +8 -7
- package/lang/pl.js +256 -0
- package/lang/pt.js +8 -7
- package/lang/ru.js +256 -0
- package/lang/sv.js +8 -7
- package/lang/th.js +8 -7
- package/lang/tr.js +8 -7
- package/lang/ur.js +256 -0
- package/lang/vi.js +8 -7
- package/lang/zh-cn.js +8 -7
- package/lang/zh-tw.js +8 -7
- package/mixins/freshness/freshness-mixin.js +35 -0
- package/package.json +1 -1
- package/components/backdrop/backdrop-dirty-overlay.js +0 -73
package/lang/pl.js
ADDED
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"components.alert.close": "Close Alert",
|
|
3
|
+
"components.backdrop-loading.loadingAnnouncement": "Loading.",
|
|
4
|
+
"components.backdrop-loading.loadingCompleteAnnouncement": "Loading Complete.",
|
|
5
|
+
"components.backdrop-stale-overlay.message": "This data is out of date.",
|
|
6
|
+
"components.breadcrumbs.breadcrumb": "Breadcrumb",
|
|
7
|
+
"components.button-add.addItem": "Add Item",
|
|
8
|
+
"components.button-copy.copied": "Copied!",
|
|
9
|
+
"components.button-copy.error": "Copy failed. Try again, or try copying manually.",
|
|
10
|
+
"components.button-split.otherOptions": "Other Options",
|
|
11
|
+
"components.calendar.hasEvents": "Has Events.",
|
|
12
|
+
"components.calendar.notSelected": "Not Selected.",
|
|
13
|
+
"components.calendar.selected": "Selected.",
|
|
14
|
+
"components.calendar.show": "Show {month}",
|
|
15
|
+
"components.count-badge.plus": "{number}+",
|
|
16
|
+
"components.dialog.close": "Close this dialog",
|
|
17
|
+
"components.dialog.critical": "Critical!",
|
|
18
|
+
"components.dropdown.close": "Close",
|
|
19
|
+
"components.filter.activeFilters": "Active Filters:",
|
|
20
|
+
"components.filter.additionalContentTooltip": "Use <b>left/right arrow keys</b> to move focus inside this list item",
|
|
21
|
+
"components.filter.clear": "Clear",
|
|
22
|
+
"components.filter.clearAll": "Clear All",
|
|
23
|
+
"components.filter.clearAllAnnounce": "Clearing all filters",
|
|
24
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
25
|
+
"components.filter.clearAllDescription": "Clear all filters",
|
|
26
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
27
|
+
"components.filter.clearAnnounce": "Clearing filters for: {filterName}",
|
|
28
|
+
"components.filter.clearDescription": "Clear filters for: {filterName}",
|
|
29
|
+
"components.filter.filterCountDescription":
|
|
30
|
+
`{number, plural,
|
|
31
|
+
=0 {No filters applied.}
|
|
32
|
+
one {{number} filter applied.}
|
|
33
|
+
other {{number} filters applied.}
|
|
34
|
+
}`,
|
|
35
|
+
"components.filter.filters": "Filters",
|
|
36
|
+
"components.filter.loading": "Loading filters",
|
|
37
|
+
"components.filter.noFilters": "No available filters",
|
|
38
|
+
"components.filter.searchResults":
|
|
39
|
+
`{number, plural,
|
|
40
|
+
=0 {No search results}
|
|
41
|
+
one {{number} search result}
|
|
42
|
+
other {{number} search results}
|
|
43
|
+
}`,
|
|
44
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.",
|
|
45
|
+
"components.filter.singleDimensionDescription": "Filter by: {filterName}",
|
|
46
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
|
47
|
+
`{num, plural,
|
|
48
|
+
=0 {Today}
|
|
49
|
+
one {Last {num} day}
|
|
50
|
+
other {Last {num} days}
|
|
51
|
+
}`,
|
|
52
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
|
53
|
+
`{num, plural,
|
|
54
|
+
=1 {Last hour}
|
|
55
|
+
other {Last {num} hours}
|
|
56
|
+
}`,
|
|
57
|
+
"components.filter-dimension-set-date-text-value.textMonths": "Last {num} months",
|
|
58
|
+
"components.filter-dimension-set-date-time-range-value.label": "{text}, expand to choose dates",
|
|
59
|
+
"components.filter-dimension-set-date-time-range-value.text": "Custom date range",
|
|
60
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} to {endValue}",
|
|
61
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Before {endValue}",
|
|
62
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
|
|
63
|
+
"components.form-element.defaultError": "{label} is invalid",
|
|
64
|
+
"components.form-element.defaultFieldLabel": "Field",
|
|
65
|
+
"components.form-element.input.email.typeMismatch": "Email is not valid",
|
|
66
|
+
"components.form-element.input.number.rangeError":
|
|
67
|
+
`{minExclusive, select,
|
|
68
|
+
true {{maxExclusive, select,
|
|
69
|
+
true {Number must be greater than {min} and less than {max}.}
|
|
70
|
+
other {Number must be greater than {min} and less than or equal to {max}.}
|
|
71
|
+
}}
|
|
72
|
+
other {{maxExclusive, select,
|
|
73
|
+
true {Number must be greater than or equal to {min} and less than {max}.}
|
|
74
|
+
other {Number must be greater than or equal to {min} and less than or equal to {max}.}
|
|
75
|
+
}}
|
|
76
|
+
}`,
|
|
77
|
+
"components.form-element.input.number.rangeOverflow":
|
|
78
|
+
`{maxExclusive, select,
|
|
79
|
+
true {Number must be less than {max}.}
|
|
80
|
+
other {Number must be less than or equal to {max}.}
|
|
81
|
+
}`,
|
|
82
|
+
"components.form-element.input.number.rangeUnderflow":
|
|
83
|
+
`{minExclusive, select,
|
|
84
|
+
true {Number must be greater than {min}.}
|
|
85
|
+
other {Number must be greater than or equal to {min}.}
|
|
86
|
+
}`,
|
|
87
|
+
"components.form-element.input.text.tooShort": "{label} must be at least {minlength} characters",
|
|
88
|
+
"components.form-element.input.url.typeMismatch": "URL is not valid",
|
|
89
|
+
"components.form-element.valueMissing": "{label} is required",
|
|
90
|
+
"components.form-error-summary.errorSummary":
|
|
91
|
+
`{count, plural,
|
|
92
|
+
one {There was {count} error found in the information you submitted}
|
|
93
|
+
other {There were {count} errors found in the information you submitted}
|
|
94
|
+
}`,
|
|
95
|
+
"components.form-error-summary.text": "Toggle error details",
|
|
96
|
+
"components.input-color.backgroundColor": "Background Color",
|
|
97
|
+
"components.input-color.foregroundColor": "Foreground Color",
|
|
98
|
+
"components.input-color.none": "None",
|
|
99
|
+
"components.input-date.clear": "Clear",
|
|
100
|
+
"components.input-date.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
|
101
|
+
"components.input-date.errorMinDateOnly": "Date must be on or after {minDate}",
|
|
102
|
+
"components.input-date.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
|
103
|
+
"components.input-date.now": "Now",
|
|
104
|
+
"components.input-date.openInstructions": "Use date format {format}. Arrow down or press enter to access mini-calendar.",
|
|
105
|
+
"components.input-date.revert": "{label} reverted to previous value.",
|
|
106
|
+
"components.input-date.today": "Today",
|
|
107
|
+
"components.input-date.useDateFormat": "Use date format {format}.",
|
|
108
|
+
"components.input-date-range.endDate": "End Date",
|
|
109
|
+
"components.input-date-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
110
|
+
"components.input-date-range.interactive-label": "Date range input",
|
|
111
|
+
"components.input-date-range.startDate": "Start Date",
|
|
112
|
+
"components.input-date-time.date": "Date",
|
|
113
|
+
"components.input-date-time.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
|
114
|
+
"components.input-date-time.errorMinDateOnly": "Date must be on or after {minDate}",
|
|
115
|
+
"components.input-date-time.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
|
116
|
+
"components.input-date-time.time": "Time",
|
|
117
|
+
"components.input-date-time-range.endDate": "End Date",
|
|
118
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
119
|
+
"components.input-date-time-range.interactive-label": "Date and time range input",
|
|
120
|
+
"components.input-date-time-range.startDate": "Start Date",
|
|
121
|
+
"components.input-date-time-range-to.to": "to",
|
|
122
|
+
"components.input-number.hintDecimalDuplicate": "There’s already a decimal in this number",
|
|
123
|
+
"components.input-number.hintDecimalIncorrectComma": "To add a decimal use the comma “,” character",
|
|
124
|
+
"components.input-number.hintDecimalIncorrectPeriod": "To add a decimal use the period “.” character",
|
|
125
|
+
"components.input-number.hintInteger": "This field only accepts integer values (no decimals)",
|
|
126
|
+
"components.input-search.clear": "Clear Search",
|
|
127
|
+
"components.input-search.defaultPlaceholder": "Search...",
|
|
128
|
+
"components.input-search.search": "Search",
|
|
129
|
+
"components.input-time-range.endTime": "End Time",
|
|
130
|
+
"components.input-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
131
|
+
"components.input-time-range.startTime": "Start Time",
|
|
132
|
+
"components.interactive.instructions": "Press Enter to interact, Escape to exit",
|
|
133
|
+
"components.link.open-in-new-window": "Opens in a new window.",
|
|
134
|
+
"components.list.keyboard": "Use <b>arrow keys</b> to move focus inside this list, or <b>page up/down</b> to move up or down by 5",
|
|
135
|
+
"components.list-controls.label": "Actions for list",
|
|
136
|
+
"components.list-item.addItem": "Add Item",
|
|
137
|
+
"components.list-item-drag-handle.default": "Reorder item action for {name}",
|
|
138
|
+
"components.list-item-drag-handle.keyboard": "Reorder item, current position {currentPosition} out of {size}. To move this item, press up or down arrows.",
|
|
139
|
+
"components.list-item-drag-handle.side-to-side.keyboard": "Reorder item, current position {currentPosition} out of {size}. To move this item, press left or right arrows.",
|
|
140
|
+
"components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
|
|
141
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Enter",
|
|
142
|
+
"components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
|
|
143
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
|
|
144
|
+
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "Move item left or right in the list.",
|
|
145
|
+
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "Move item left or right in the list.",
|
|
146
|
+
"components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
|
|
147
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
|
|
148
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
|
|
149
|
+
"components.menu-item-return.return": "Return to previous menu.",
|
|
150
|
+
"components.menu-item-return.returnCurrentlyShowing": "Return to previous menu. You are viewing {menuTitle}.",
|
|
151
|
+
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
|
152
|
+
"components.meter-mixin.fraction": "{x}∕{y}",
|
|
153
|
+
"components.meter-mixin.fractionAria": "{x} out of {y}",
|
|
154
|
+
"components.meter-mixin.progressIndicator": "Progress Indicator",
|
|
155
|
+
"components.more-less.less": "less",
|
|
156
|
+
"components.more-less.more": "more",
|
|
157
|
+
"components.object-property-list.item-placeholder-text": "Placeholder Item",
|
|
158
|
+
"components.overflow-group.moreActions": "More Actions",
|
|
159
|
+
"components.page.footer-region-label": "Footer",
|
|
160
|
+
"components.page.header-nav-label": "Main",
|
|
161
|
+
"components.page.side-nav-divider-label": "Side Navigation Divider",
|
|
162
|
+
"components.page.side-nav-label": "Side",
|
|
163
|
+
"components.page.supporting-divider-label": "Supporting Panel Divider",
|
|
164
|
+
"components.page.supporting-panel-label": "Supporting",
|
|
165
|
+
"components.pageable.info":
|
|
166
|
+
`{count, plural,
|
|
167
|
+
one {{countFormatted} item}
|
|
168
|
+
other {{countFormatted} items}
|
|
169
|
+
}`,
|
|
170
|
+
"components.pageable.info-with-total":
|
|
171
|
+
`{totalCount, plural,
|
|
172
|
+
one {{countFormatted} of {totalCountFormatted} item}
|
|
173
|
+
other {{countFormatted} of {totalCountFormatted} items}
|
|
174
|
+
}`,
|
|
175
|
+
"components.pager-load-more.action": "Load More",
|
|
176
|
+
"components.pager-load-more.action-with-page-size": "Load {count} More",
|
|
177
|
+
"components.pager-load-more.status-loading": "Loading more items",
|
|
178
|
+
"components.scroll-wrapper.scroll-left": "Scroll left",
|
|
179
|
+
"components.scroll-wrapper.scroll-right": "Scroll right",
|
|
180
|
+
"components.selection.action-max-hint":
|
|
181
|
+
`{count, plural,
|
|
182
|
+
one {Disabled when more than {countFormatted} item is selected}
|
|
183
|
+
other {Disabled when more than {countFormatted} items are selected}
|
|
184
|
+
}`,
|
|
185
|
+
"components.selection.action-required-hint": "Select an item to perform this action",
|
|
186
|
+
"components.selection.select-all": "Select All",
|
|
187
|
+
"components.selection.select-all-items":
|
|
188
|
+
`{count, plural,
|
|
189
|
+
=1 {Select Item}
|
|
190
|
+
one {Select All {countFormatted} Item}
|
|
191
|
+
other {Select All {countFormatted} Items}
|
|
192
|
+
}`,
|
|
193
|
+
"components.selection.selected": "{count} selected",
|
|
194
|
+
"components.selection.selected-plus": "{count}+ selected",
|
|
195
|
+
"components.selection-controls.label": "Actions for selection",
|
|
196
|
+
"components.skip-nav.skipToMainContent": "skip to main content",
|
|
197
|
+
"components.sort.label": "Sort",
|
|
198
|
+
"components.sort.text": "Sort: {selectedItemText}",
|
|
199
|
+
"components.switch.conditions": "Conditions must be met",
|
|
200
|
+
"components.switch.hidden": "Hidden",
|
|
201
|
+
"components.switch.visible": "Visible",
|
|
202
|
+
"components.switch.visibleWithPeriod": "Visible.",
|
|
203
|
+
"components.table-col-sort-button.addSortOrder": "Select to add sort order",
|
|
204
|
+
"components.table-col-sort-button.changeSortOrder": "Select to change sort order",
|
|
205
|
+
"components.table-col-sort-button.title":
|
|
206
|
+
`{sourceType, select,
|
|
207
|
+
dates {{direction, select,
|
|
208
|
+
desc {Sorted new to old}
|
|
209
|
+
other {Sorted old to new}
|
|
210
|
+
}}
|
|
211
|
+
numbers {{direction, select,
|
|
212
|
+
desc {Sorted high to low}
|
|
213
|
+
other {Sorted low to high}
|
|
214
|
+
}}
|
|
215
|
+
words {{direction, select,
|
|
216
|
+
desc {Sorted Z to A}
|
|
217
|
+
other {Sorted A to Z}
|
|
218
|
+
}}
|
|
219
|
+
value {Sorted {selectedMenuItemText}}
|
|
220
|
+
other {{direction, select,
|
|
221
|
+
desc {Sorted descending}
|
|
222
|
+
other {Sorted ascending}
|
|
223
|
+
}}
|
|
224
|
+
}`,
|
|
225
|
+
"components.table-controls.label": "Actions for table",
|
|
226
|
+
"components.tabs.next": "Scroll Forward",
|
|
227
|
+
"components.tabs.previous": "Scroll Backward",
|
|
228
|
+
"components.tag-list.clear": "Click, press backspace, or press delete key to remove item {value}",
|
|
229
|
+
"components.tag-list.clear-all": "Clear All",
|
|
230
|
+
"components.tag-list.cleared-all": "Removed all tag list items",
|
|
231
|
+
"components.tag-list.cleared-item": "Removed tag list item {value}",
|
|
232
|
+
"components.tag-list.interactive-label": "Tag List, {count} items",
|
|
233
|
+
"components.tag-list.num-hidden": "+ {count} more",
|
|
234
|
+
"components.tag-list.role-description":
|
|
235
|
+
`{count, plural,
|
|
236
|
+
=0 {Tag List with 0 items}
|
|
237
|
+
one {Tag List with {count} item}
|
|
238
|
+
other {Tag List with {count} items}
|
|
239
|
+
}`,
|
|
240
|
+
"components.tag-list.show-less": "Show Less",
|
|
241
|
+
"components.tag-list.show-more-description": "Select to show hidden tag list items",
|
|
242
|
+
"components.tag-list-item.role-description": "Tag",
|
|
243
|
+
"components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
|
|
244
|
+
"components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
|
|
245
|
+
"components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
|
|
246
|
+
"components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
|
|
247
|
+
"components.tag-list-item.tooltip-title": "Keyboard Controls",
|
|
248
|
+
"components.view-switcher.role-description":
|
|
249
|
+
`{count, plural,
|
|
250
|
+
=0 {View Switcher with 0 items}
|
|
251
|
+
one {View Switcher with {count} item}
|
|
252
|
+
other {View Switcher with {count} items}
|
|
253
|
+
}`,
|
|
254
|
+
"templates.primary-secondary.divider": "Secondary panel divider",
|
|
255
|
+
"templates.primary-secondary.secondary-panel": "Secondary panel"
|
|
256
|
+
};
|
package/lang/pt.js
CHANGED
|
@@ -2,6 +2,7 @@ export default {
|
|
|
2
2
|
"components.alert.close": "Fechar alerta",
|
|
3
3
|
"components.backdrop-loading.loadingAnnouncement": "Carregando.",
|
|
4
4
|
"components.backdrop-loading.loadingCompleteAnnouncement": "Carregamento concluído.",
|
|
5
|
+
"components.backdrop-stale-overlay.message": "This data is out of date.",
|
|
5
6
|
"components.breadcrumbs.breadcrumb": "Auxiliar de navegação",
|
|
6
7
|
"components.button-add.addItem": "Adicionar item",
|
|
7
8
|
"components.button-copy.copied": "Copiado!",
|
|
@@ -135,13 +136,13 @@ export default {
|
|
|
135
136
|
"components.list-item.addItem": "Adicionar item",
|
|
136
137
|
"components.list-item-drag-handle.default": "Reordenar ação de item para {name}",
|
|
137
138
|
"components.list-item-drag-handle.keyboard": "Reordenar item, posição atual {currentPosition} de {size}. Para mover este item, pressione as setas para cima ou para baixo.",
|
|
138
|
-
"components.list-item-drag-handle.side-to-side.keyboard": "
|
|
139
|
+
"components.list-item-drag-handle.side-to-side.keyboard": "Reordenar item, posição atual {currentPosition} fora de {size}. Para mover este item, pressione as setas para a esquerda ou para a direita.",
|
|
139
140
|
"components.list-item-drag-handle-tooltip.enter-desc": "Alternar o modo de reordenação do teclado.",
|
|
140
141
|
"components.list-item-drag-handle-tooltip.enter-key": "Inserir",
|
|
141
142
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Alterar o nível de aninhamento.",
|
|
142
143
|
"components.list-item-drag-handle-tooltip.left-right-key": "Esquerda/direita",
|
|
143
|
-
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "
|
|
144
|
-
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "
|
|
144
|
+
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "Mover item para a esquerda ou para a direita na lista.",
|
|
145
|
+
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "Mover item para a esquerda ou para a direita na lista.",
|
|
145
146
|
"components.list-item-drag-handle-tooltip.title": "Controles do teclado para reordenação:",
|
|
146
147
|
"components.list-item-drag-handle-tooltip.up-down-desc": "Mover item para cima ou para baixo na lista.",
|
|
147
148
|
"components.list-item-drag-handle-tooltip.up-down-key": "Para cima/para baixo",
|
|
@@ -155,12 +156,12 @@ export default {
|
|
|
155
156
|
"components.more-less.more": "mais",
|
|
156
157
|
"components.object-property-list.item-placeholder-text": "Item de espaço reservado",
|
|
157
158
|
"components.overflow-group.moreActions": "Mais ações",
|
|
158
|
-
"components.page.footer-region-label": "
|
|
159
|
+
"components.page.footer-region-label": "Rodapé",
|
|
159
160
|
"components.page.header-nav-label": "Principal",
|
|
160
|
-
"components.page.side-nav-divider-label": "
|
|
161
|
+
"components.page.side-nav-divider-label": "Divisor de Navegação Lateral",
|
|
161
162
|
"components.page.side-nav-label": "Lateral",
|
|
162
|
-
"components.page.supporting-divider-label": "
|
|
163
|
-
"components.page.supporting-panel-label": "
|
|
163
|
+
"components.page.supporting-divider-label": "Divisor do Painel de Suporte",
|
|
164
|
+
"components.page.supporting-panel-label": "Suporte",
|
|
164
165
|
"components.pageable.info":
|
|
165
166
|
`{count, plural,
|
|
166
167
|
one {{countFormatted} item}
|
package/lang/ru.js
ADDED
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"components.alert.close": "Close Alert",
|
|
3
|
+
"components.backdrop-loading.loadingAnnouncement": "Loading.",
|
|
4
|
+
"components.backdrop-loading.loadingCompleteAnnouncement": "Loading Complete.",
|
|
5
|
+
"components.backdrop-stale-overlay.message": "This data is out of date.",
|
|
6
|
+
"components.breadcrumbs.breadcrumb": "Breadcrumb",
|
|
7
|
+
"components.button-add.addItem": "Add Item",
|
|
8
|
+
"components.button-copy.copied": "Copied!",
|
|
9
|
+
"components.button-copy.error": "Copy failed. Try again, or try copying manually.",
|
|
10
|
+
"components.button-split.otherOptions": "Other Options",
|
|
11
|
+
"components.calendar.hasEvents": "Has Events.",
|
|
12
|
+
"components.calendar.notSelected": "Not Selected.",
|
|
13
|
+
"components.calendar.selected": "Selected.",
|
|
14
|
+
"components.calendar.show": "Show {month}",
|
|
15
|
+
"components.count-badge.plus": "{number}+",
|
|
16
|
+
"components.dialog.close": "Close this dialog",
|
|
17
|
+
"components.dialog.critical": "Critical!",
|
|
18
|
+
"components.dropdown.close": "Close",
|
|
19
|
+
"components.filter.activeFilters": "Active Filters:",
|
|
20
|
+
"components.filter.additionalContentTooltip": "Use <b>left/right arrow keys</b> to move focus inside this list item",
|
|
21
|
+
"components.filter.clear": "Clear",
|
|
22
|
+
"components.filter.clearAll": "Clear All",
|
|
23
|
+
"components.filter.clearAllAnnounce": "Clearing all filters",
|
|
24
|
+
"components.filter.clearAllAnnounceOverride": "Clearing all filters for: {filterText}",
|
|
25
|
+
"components.filter.clearAllDescription": "Clear all filters",
|
|
26
|
+
"components.filter.clearAllDescriptionOverride": "Clear all filters for: {filterText}",
|
|
27
|
+
"components.filter.clearAnnounce": "Clearing filters for: {filterName}",
|
|
28
|
+
"components.filter.clearDescription": "Clear filters for: {filterName}",
|
|
29
|
+
"components.filter.filterCountDescription":
|
|
30
|
+
`{number, plural,
|
|
31
|
+
=0 {No filters applied.}
|
|
32
|
+
one {{number} filter applied.}
|
|
33
|
+
other {{number} filters applied.}
|
|
34
|
+
}`,
|
|
35
|
+
"components.filter.filters": "Filters",
|
|
36
|
+
"components.filter.loading": "Loading filters",
|
|
37
|
+
"components.filter.noFilters": "No available filters",
|
|
38
|
+
"components.filter.searchResults":
|
|
39
|
+
`{number, plural,
|
|
40
|
+
=0 {No search results}
|
|
41
|
+
one {{number} search result}
|
|
42
|
+
other {{number} search results}
|
|
43
|
+
}`,
|
|
44
|
+
"components.filter.selectedFirstListLabel": "{headerText}. Selected filters appear first.",
|
|
45
|
+
"components.filter.singleDimensionDescription": "Filter by: {filterName}",
|
|
46
|
+
"components.filter-dimension-set-date-text-value.textDays":
|
|
47
|
+
`{num, plural,
|
|
48
|
+
=0 {Today}
|
|
49
|
+
one {Last {num} day}
|
|
50
|
+
other {Last {num} days}
|
|
51
|
+
}`,
|
|
52
|
+
"components.filter-dimension-set-date-text-value.textHours":
|
|
53
|
+
`{num, plural,
|
|
54
|
+
=1 {Last hour}
|
|
55
|
+
other {Last {num} hours}
|
|
56
|
+
}`,
|
|
57
|
+
"components.filter-dimension-set-date-text-value.textMonths": "Last {num} months",
|
|
58
|
+
"components.filter-dimension-set-date-time-range-value.label": "{text}, expand to choose dates",
|
|
59
|
+
"components.filter-dimension-set-date-time-range-value.text": "Custom date range",
|
|
60
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} to {endValue}",
|
|
61
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Before {endValue}",
|
|
62
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "After {startValue}",
|
|
63
|
+
"components.form-element.defaultError": "{label} is invalid",
|
|
64
|
+
"components.form-element.defaultFieldLabel": "Field",
|
|
65
|
+
"components.form-element.input.email.typeMismatch": "Email is not valid",
|
|
66
|
+
"components.form-element.input.number.rangeError":
|
|
67
|
+
`{minExclusive, select,
|
|
68
|
+
true {{maxExclusive, select,
|
|
69
|
+
true {Number must be greater than {min} and less than {max}.}
|
|
70
|
+
other {Number must be greater than {min} and less than or equal to {max}.}
|
|
71
|
+
}}
|
|
72
|
+
other {{maxExclusive, select,
|
|
73
|
+
true {Number must be greater than or equal to {min} and less than {max}.}
|
|
74
|
+
other {Number must be greater than or equal to {min} and less than or equal to {max}.}
|
|
75
|
+
}}
|
|
76
|
+
}`,
|
|
77
|
+
"components.form-element.input.number.rangeOverflow":
|
|
78
|
+
`{maxExclusive, select,
|
|
79
|
+
true {Number must be less than {max}.}
|
|
80
|
+
other {Number must be less than or equal to {max}.}
|
|
81
|
+
}`,
|
|
82
|
+
"components.form-element.input.number.rangeUnderflow":
|
|
83
|
+
`{minExclusive, select,
|
|
84
|
+
true {Number must be greater than {min}.}
|
|
85
|
+
other {Number must be greater than or equal to {min}.}
|
|
86
|
+
}`,
|
|
87
|
+
"components.form-element.input.text.tooShort": "{label} must be at least {minlength} characters",
|
|
88
|
+
"components.form-element.input.url.typeMismatch": "URL is not valid",
|
|
89
|
+
"components.form-element.valueMissing": "{label} is required",
|
|
90
|
+
"components.form-error-summary.errorSummary":
|
|
91
|
+
`{count, plural,
|
|
92
|
+
one {There was {count} error found in the information you submitted}
|
|
93
|
+
other {There were {count} errors found in the information you submitted}
|
|
94
|
+
}`,
|
|
95
|
+
"components.form-error-summary.text": "Toggle error details",
|
|
96
|
+
"components.input-color.backgroundColor": "Background Color",
|
|
97
|
+
"components.input-color.foregroundColor": "Foreground Color",
|
|
98
|
+
"components.input-color.none": "None",
|
|
99
|
+
"components.input-date.clear": "Clear",
|
|
100
|
+
"components.input-date.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
|
101
|
+
"components.input-date.errorMinDateOnly": "Date must be on or after {minDate}",
|
|
102
|
+
"components.input-date.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
|
103
|
+
"components.input-date.now": "Now",
|
|
104
|
+
"components.input-date.openInstructions": "Use date format {format}. Arrow down or press enter to access mini-calendar.",
|
|
105
|
+
"components.input-date.revert": "{label} reverted to previous value.",
|
|
106
|
+
"components.input-date.today": "Today",
|
|
107
|
+
"components.input-date.useDateFormat": "Use date format {format}.",
|
|
108
|
+
"components.input-date-range.endDate": "End Date",
|
|
109
|
+
"components.input-date-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
110
|
+
"components.input-date-range.interactive-label": "Date range input",
|
|
111
|
+
"components.input-date-range.startDate": "Start Date",
|
|
112
|
+
"components.input-date-time.date": "Date",
|
|
113
|
+
"components.input-date-time.errorMaxDateOnly": "Date must be before or on {maxDate}",
|
|
114
|
+
"components.input-date-time.errorMinDateOnly": "Date must be on or after {minDate}",
|
|
115
|
+
"components.input-date-time.errorOutsideRange": "Date must be between {minDate} and {maxDate}",
|
|
116
|
+
"components.input-date-time.time": "Time",
|
|
117
|
+
"components.input-date-time-range.endDate": "End Date",
|
|
118
|
+
"components.input-date-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
119
|
+
"components.input-date-time-range.interactive-label": "Date and time range input",
|
|
120
|
+
"components.input-date-time-range.startDate": "Start Date",
|
|
121
|
+
"components.input-date-time-range-to.to": "to",
|
|
122
|
+
"components.input-number.hintDecimalDuplicate": "There’s already a decimal in this number",
|
|
123
|
+
"components.input-number.hintDecimalIncorrectComma": "To add a decimal use the comma “,” character",
|
|
124
|
+
"components.input-number.hintDecimalIncorrectPeriod": "To add a decimal use the period “.” character",
|
|
125
|
+
"components.input-number.hintInteger": "This field only accepts integer values (no decimals)",
|
|
126
|
+
"components.input-search.clear": "Clear Search",
|
|
127
|
+
"components.input-search.defaultPlaceholder": "Search...",
|
|
128
|
+
"components.input-search.search": "Search",
|
|
129
|
+
"components.input-time-range.endTime": "End Time",
|
|
130
|
+
"components.input-time-range.errorBadInput": "{startLabel} must be before {endLabel}",
|
|
131
|
+
"components.input-time-range.startTime": "Start Time",
|
|
132
|
+
"components.interactive.instructions": "Press Enter to interact, Escape to exit",
|
|
133
|
+
"components.link.open-in-new-window": "Opens in a new window.",
|
|
134
|
+
"components.list.keyboard": "Use <b>arrow keys</b> to move focus inside this list, or <b>page up/down</b> to move up or down by 5",
|
|
135
|
+
"components.list-controls.label": "Actions for list",
|
|
136
|
+
"components.list-item.addItem": "Add Item",
|
|
137
|
+
"components.list-item-drag-handle.default": "Reorder item action for {name}",
|
|
138
|
+
"components.list-item-drag-handle.keyboard": "Reorder item, current position {currentPosition} out of {size}. To move this item, press up or down arrows.",
|
|
139
|
+
"components.list-item-drag-handle.side-to-side.keyboard": "Reorder item, current position {currentPosition} out of {size}. To move this item, press left or right arrows.",
|
|
140
|
+
"components.list-item-drag-handle-tooltip.enter-desc": "Toggle keyboard reorder mode.",
|
|
141
|
+
"components.list-item-drag-handle-tooltip.enter-key": "Enter",
|
|
142
|
+
"components.list-item-drag-handle-tooltip.left-right-desc": "Change the nesting level.",
|
|
143
|
+
"components.list-item-drag-handle-tooltip.left-right-key": "Left/Right",
|
|
144
|
+
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "Move item left or right in the list.",
|
|
145
|
+
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "Move item left or right in the list.",
|
|
146
|
+
"components.list-item-drag-handle-tooltip.title": "Keyboard Controls for Reordering:",
|
|
147
|
+
"components.list-item-drag-handle-tooltip.up-down-desc": "Move item up or down in the list.",
|
|
148
|
+
"components.list-item-drag-handle-tooltip.up-down-key": "Up/Down",
|
|
149
|
+
"components.menu-item-return.return": "Return to previous menu.",
|
|
150
|
+
"components.menu-item-return.returnCurrentlyShowing": "Return to previous menu. You are viewing {menuTitle}.",
|
|
151
|
+
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
|
152
|
+
"components.meter-mixin.fraction": "{x}∕{y}",
|
|
153
|
+
"components.meter-mixin.fractionAria": "{x} out of {y}",
|
|
154
|
+
"components.meter-mixin.progressIndicator": "Progress Indicator",
|
|
155
|
+
"components.more-less.less": "less",
|
|
156
|
+
"components.more-less.more": "more",
|
|
157
|
+
"components.object-property-list.item-placeholder-text": "Placeholder Item",
|
|
158
|
+
"components.overflow-group.moreActions": "More Actions",
|
|
159
|
+
"components.page.footer-region-label": "Footer",
|
|
160
|
+
"components.page.header-nav-label": "Main",
|
|
161
|
+
"components.page.side-nav-divider-label": "Side Navigation Divider",
|
|
162
|
+
"components.page.side-nav-label": "Side",
|
|
163
|
+
"components.page.supporting-divider-label": "Supporting Panel Divider",
|
|
164
|
+
"components.page.supporting-panel-label": "Supporting",
|
|
165
|
+
"components.pageable.info":
|
|
166
|
+
`{count, plural,
|
|
167
|
+
one {{countFormatted} item}
|
|
168
|
+
other {{countFormatted} items}
|
|
169
|
+
}`,
|
|
170
|
+
"components.pageable.info-with-total":
|
|
171
|
+
`{totalCount, plural,
|
|
172
|
+
one {{countFormatted} of {totalCountFormatted} item}
|
|
173
|
+
other {{countFormatted} of {totalCountFormatted} items}
|
|
174
|
+
}`,
|
|
175
|
+
"components.pager-load-more.action": "Load More",
|
|
176
|
+
"components.pager-load-more.action-with-page-size": "Load {count} More",
|
|
177
|
+
"components.pager-load-more.status-loading": "Loading more items",
|
|
178
|
+
"components.scroll-wrapper.scroll-left": "Scroll left",
|
|
179
|
+
"components.scroll-wrapper.scroll-right": "Scroll right",
|
|
180
|
+
"components.selection.action-max-hint":
|
|
181
|
+
`{count, plural,
|
|
182
|
+
one {Disabled when more than {countFormatted} item is selected}
|
|
183
|
+
other {Disabled when more than {countFormatted} items are selected}
|
|
184
|
+
}`,
|
|
185
|
+
"components.selection.action-required-hint": "Select an item to perform this action",
|
|
186
|
+
"components.selection.select-all": "Select All",
|
|
187
|
+
"components.selection.select-all-items":
|
|
188
|
+
`{count, plural,
|
|
189
|
+
=1 {Select Item}
|
|
190
|
+
one {Select All {countFormatted} Item}
|
|
191
|
+
other {Select All {countFormatted} Items}
|
|
192
|
+
}`,
|
|
193
|
+
"components.selection.selected": "{count} selected",
|
|
194
|
+
"components.selection.selected-plus": "{count}+ selected",
|
|
195
|
+
"components.selection-controls.label": "Actions for selection",
|
|
196
|
+
"components.skip-nav.skipToMainContent": "skip to main content",
|
|
197
|
+
"components.sort.label": "Sort",
|
|
198
|
+
"components.sort.text": "Sort: {selectedItemText}",
|
|
199
|
+
"components.switch.conditions": "Conditions must be met",
|
|
200
|
+
"components.switch.hidden": "Hidden",
|
|
201
|
+
"components.switch.visible": "Visible",
|
|
202
|
+
"components.switch.visibleWithPeriod": "Visible.",
|
|
203
|
+
"components.table-col-sort-button.addSortOrder": "Select to add sort order",
|
|
204
|
+
"components.table-col-sort-button.changeSortOrder": "Select to change sort order",
|
|
205
|
+
"components.table-col-sort-button.title":
|
|
206
|
+
`{sourceType, select,
|
|
207
|
+
dates {{direction, select,
|
|
208
|
+
desc {Sorted new to old}
|
|
209
|
+
other {Sorted old to new}
|
|
210
|
+
}}
|
|
211
|
+
numbers {{direction, select,
|
|
212
|
+
desc {Sorted high to low}
|
|
213
|
+
other {Sorted low to high}
|
|
214
|
+
}}
|
|
215
|
+
words {{direction, select,
|
|
216
|
+
desc {Sorted Z to A}
|
|
217
|
+
other {Sorted A to Z}
|
|
218
|
+
}}
|
|
219
|
+
value {Sorted {selectedMenuItemText}}
|
|
220
|
+
other {{direction, select,
|
|
221
|
+
desc {Sorted descending}
|
|
222
|
+
other {Sorted ascending}
|
|
223
|
+
}}
|
|
224
|
+
}`,
|
|
225
|
+
"components.table-controls.label": "Actions for table",
|
|
226
|
+
"components.tabs.next": "Scroll Forward",
|
|
227
|
+
"components.tabs.previous": "Scroll Backward",
|
|
228
|
+
"components.tag-list.clear": "Click, press backspace, or press delete key to remove item {value}",
|
|
229
|
+
"components.tag-list.clear-all": "Clear All",
|
|
230
|
+
"components.tag-list.cleared-all": "Removed all tag list items",
|
|
231
|
+
"components.tag-list.cleared-item": "Removed tag list item {value}",
|
|
232
|
+
"components.tag-list.interactive-label": "Tag List, {count} items",
|
|
233
|
+
"components.tag-list.num-hidden": "+ {count} more",
|
|
234
|
+
"components.tag-list.role-description":
|
|
235
|
+
`{count, plural,
|
|
236
|
+
=0 {Tag List with 0 items}
|
|
237
|
+
one {Tag List with {count} item}
|
|
238
|
+
other {Tag List with {count} items}
|
|
239
|
+
}`,
|
|
240
|
+
"components.tag-list.show-less": "Show Less",
|
|
241
|
+
"components.tag-list.show-more-description": "Select to show hidden tag list items",
|
|
242
|
+
"components.tag-list-item.role-description": "Tag",
|
|
243
|
+
"components.tag-list-item.tooltip-arrow-keys": "Arrow Keys",
|
|
244
|
+
"components.tag-list-item.tooltip-arrow-keys-desc": "Move between tags",
|
|
245
|
+
"components.tag-list-item.tooltip-delete-key": "Backspace/Delete",
|
|
246
|
+
"components.tag-list-item.tooltip-delete-key-desc": "Delete the focused tag",
|
|
247
|
+
"components.tag-list-item.tooltip-title": "Keyboard Controls",
|
|
248
|
+
"components.view-switcher.role-description":
|
|
249
|
+
`{count, plural,
|
|
250
|
+
=0 {View Switcher with 0 items}
|
|
251
|
+
one {View Switcher with {count} item}
|
|
252
|
+
other {View Switcher with {count} items}
|
|
253
|
+
}`,
|
|
254
|
+
"templates.primary-secondary.divider": "Secondary panel divider",
|
|
255
|
+
"templates.primary-secondary.secondary-panel": "Secondary panel"
|
|
256
|
+
};
|
package/lang/sv.js
CHANGED
|
@@ -2,6 +2,7 @@ export default {
|
|
|
2
2
|
"components.alert.close": "Stängningsvarning",
|
|
3
3
|
"components.backdrop-loading.loadingAnnouncement": "Läser in.",
|
|
4
4
|
"components.backdrop-loading.loadingCompleteAnnouncement": "Inläsning slutförd.",
|
|
5
|
+
"components.backdrop-stale-overlay.message": "This data is out of date.",
|
|
5
6
|
"components.breadcrumbs.breadcrumb": "Sökväg",
|
|
6
7
|
"components.button-add.addItem": "Lägg till objekt",
|
|
7
8
|
"components.button-copy.copied": "Kopierat!",
|
|
@@ -135,13 +136,13 @@ export default {
|
|
|
135
136
|
"components.list-item.addItem": "Lägg till objekt",
|
|
136
137
|
"components.list-item-drag-handle.default": "Åtgärd för att ändra ordning på objekt för {name}",
|
|
137
138
|
"components.list-item-drag-handle.keyboard": "Flytta objekt. Aktuell position: {currentPosition} av {size}. Om du vill flytta det här objektet trycker du på uppåt- eller nedåtpilen.",
|
|
138
|
-
"components.list-item-drag-handle.side-to-side.keyboard": "
|
|
139
|
+
"components.list-item-drag-handle.side-to-side.keyboard": "Flytta objekt. Aktuell position: {currentPosition} av {size}. Om du vill flytta det här objektet trycker du på vänster- eller högerpilen.",
|
|
139
140
|
"components.list-item-drag-handle-tooltip.enter-desc": "Växla tangentbordets sorteringsläge.",
|
|
140
141
|
"components.list-item-drag-handle-tooltip.enter-key": "Ange",
|
|
141
142
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Ändra kapslingsnivån.",
|
|
142
143
|
"components.list-item-drag-handle-tooltip.left-right-key": "Vänster/höger",
|
|
143
|
-
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "
|
|
144
|
-
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "
|
|
144
|
+
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "Flytta objekt vänster eller höger i listan.",
|
|
145
|
+
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "Flytta objekt vänster eller höger i listan.",
|
|
145
146
|
"components.list-item-drag-handle-tooltip.title": "Tangentbordskontroller för omsortering:",
|
|
146
147
|
"components.list-item-drag-handle-tooltip.up-down-desc": "Flytta objekt uppåt eller nedåt i listan.",
|
|
147
148
|
"components.list-item-drag-handle-tooltip.up-down-key": "Upp/ned",
|
|
@@ -155,12 +156,12 @@ export default {
|
|
|
155
156
|
"components.more-less.more": "mer",
|
|
156
157
|
"components.object-property-list.item-placeholder-text": "Platshållarobjekt",
|
|
157
158
|
"components.overflow-group.moreActions": "Fler åtgärder",
|
|
158
|
-
"components.page.footer-region-label": "
|
|
159
|
+
"components.page.footer-region-label": "Sidfot",
|
|
159
160
|
"components.page.header-nav-label": "Huvudsida",
|
|
160
|
-
"components.page.side-nav-divider-label": "
|
|
161
|
+
"components.page.side-nav-divider-label": "Avgränsare för sidnavigering",
|
|
161
162
|
"components.page.side-nav-label": "Sida",
|
|
162
|
-
"components.page.supporting-divider-label": "
|
|
163
|
-
"components.page.supporting-panel-label": "
|
|
163
|
+
"components.page.supporting-divider-label": "Avgränsare för supportpanel",
|
|
164
|
+
"components.page.supporting-panel-label": "Support",
|
|
164
165
|
"components.pageable.info":
|
|
165
166
|
`{count, plural,
|
|
166
167
|
one {{countFormatted} objekt}
|
package/lang/th.js
CHANGED
|
@@ -2,6 +2,7 @@ export default {
|
|
|
2
2
|
"components.alert.close": "ปิดการแจ้งเตือน",
|
|
3
3
|
"components.backdrop-loading.loadingAnnouncement": "กำลังโหลด",
|
|
4
4
|
"components.backdrop-loading.loadingCompleteAnnouncement": "การโหลดเสร็จสิ้น",
|
|
5
|
+
"components.backdrop-stale-overlay.message": "This data is out of date.",
|
|
5
6
|
"components.breadcrumbs.breadcrumb": "แถบนำทาง",
|
|
6
7
|
"components.button-add.addItem": "เพิ่มรายการ",
|
|
7
8
|
"components.button-copy.copied": "คัดลอกแล้ว!",
|
|
@@ -131,13 +132,13 @@ export default {
|
|
|
131
132
|
"components.list-item.addItem": "เพิ่มรายการ",
|
|
132
133
|
"components.list-item-drag-handle.default": "เรียงลำดับการดำเนินการใหม่สำหรับ {name}",
|
|
133
134
|
"components.list-item-drag-handle.keyboard": "เรียงลำดับรายการใหม่ ตำแหน่งปัจจุบัน {currentPosition} จาก {size} หากต้องการย้ายรายการนี้ กดลูกศรขึ้นหรือลง",
|
|
134
|
-
"components.list-item-drag-handle.side-to-side.keyboard": "
|
|
135
|
+
"components.list-item-drag-handle.side-to-side.keyboard": "เรียงลำดับรายการใหม่ ตำแหน่งปัจจุบัน {currentPosition} จาก {size} หากต้องการย้ายรายการนี้ กดลูกศรซ้ายหรือขวา",
|
|
135
136
|
"components.list-item-drag-handle-tooltip.enter-desc": "สลับโหมดเรียงลำดับบนแป้นพิมพ์",
|
|
136
137
|
"components.list-item-drag-handle-tooltip.enter-key": "ป้อน",
|
|
137
138
|
"components.list-item-drag-handle-tooltip.left-right-desc": "เปลี่ยนระดับการซ้อน",
|
|
138
139
|
"components.list-item-drag-handle-tooltip.left-right-key": "ซ้าย/ขวา",
|
|
139
|
-
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "
|
|
140
|
-
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "
|
|
140
|
+
"components.list-item-drag-handle-tooltip.side-to-side.left-right-desc": "ย้ายรายการไปทางซ้ายหรือขวาในรายการ",
|
|
141
|
+
"components.list-item-drag-handle-tooltip.side-to-side.up-down-desc": "ย้ายรายการไปทางซ้ายหรือขวาในรายการ",
|
|
141
142
|
"components.list-item-drag-handle-tooltip.title": "การควบคุมแป้นพิมพ์สำหรับการเรียงลำดับใหม่:",
|
|
142
143
|
"components.list-item-drag-handle-tooltip.up-down-desc": "เลื่อนขึ้นหรือลงในรายการ",
|
|
143
144
|
"components.list-item-drag-handle-tooltip.up-down-key": "ขึ้น/ลง",
|
|
@@ -151,12 +152,12 @@ export default {
|
|
|
151
152
|
"components.more-less.more": "เพิ่มเติม",
|
|
152
153
|
"components.object-property-list.item-placeholder-text": "รายการตัวแทน",
|
|
153
154
|
"components.overflow-group.moreActions": "การดำเนินการเพิ่มเติม",
|
|
154
|
-
"components.page.footer-region-label": "
|
|
155
|
+
"components.page.footer-region-label": "ส่วนท้าย",
|
|
155
156
|
"components.page.header-nav-label": "หลัก",
|
|
156
|
-
"components.page.side-nav-divider-label": "
|
|
157
|
+
"components.page.side-nav-divider-label": "ตัวแบ่งในแถบนำทางด้านข้าง",
|
|
157
158
|
"components.page.side-nav-label": "ด้านข้าง",
|
|
158
|
-
"components.page.supporting-divider-label": "
|
|
159
|
-
"components.page.supporting-panel-label": "
|
|
159
|
+
"components.page.supporting-divider-label": "ตัวแบ่งในแผงส่วนเสริม",
|
|
160
|
+
"components.page.supporting-panel-label": "ส่วนเสริม",
|
|
160
161
|
"components.pageable.info":
|
|
161
162
|
`{count, plural,
|
|
162
163
|
other {{countFormatted} รายการ}
|