@brightspace-ui/core 3.213.0 → 3.213.1
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/lang/vi.js +29 -32
- package/package.json +1 -1
package/lang/vi.js
CHANGED
|
@@ -3,7 +3,7 @@ export default {
|
|
|
3
3
|
"components.breadcrumbs.breadcrumb": "Đường dẫn",
|
|
4
4
|
"components.button-add.addItem": "Thêm mục",
|
|
5
5
|
"components.button-copy.copied": "Đã sao chép!",
|
|
6
|
-
"components.button-copy.error": "Sao chép không thành công. Hãy thử lại
|
|
6
|
+
"components.button-copy.error": "Sao chép không thành công. Hãy thử lại hoặc thử sao chép thủ công.",
|
|
7
7
|
"components.button-split.otherOptions": "Các lựa chọn khác",
|
|
8
8
|
"components.calendar.hasEvents": "Có các sự kiện.",
|
|
9
9
|
"components.calendar.notSelected": "Không được chọn.",
|
|
@@ -13,7 +13,7 @@ export default {
|
|
|
13
13
|
"components.dialog.close": "Đóng hộp thoại này",
|
|
14
14
|
"components.dialog.critical": "Rất quan trọng!",
|
|
15
15
|
"components.dropdown.close": "Đóng",
|
|
16
|
-
"components.filter.activeFilters": "Các bộ lọc
|
|
16
|
+
"components.filter.activeFilters": "Các bộ lọc hoạt động:",
|
|
17
17
|
"components.filter.additionalContentTooltip": "Sử dụng <b>các phím mũi tên trái/phải</b> để di chuyển trọng tâm bên trong mục danh sách này",
|
|
18
18
|
"components.filter.clear": "Xóa",
|
|
19
19
|
"components.filter.clearAll": "Xóa tất cả",
|
|
@@ -30,10 +30,10 @@ export default {
|
|
|
30
30
|
}`,
|
|
31
31
|
"components.filter.filters": "Bộ lọc",
|
|
32
32
|
"components.filter.loading": "Đang tải các bộ lọc",
|
|
33
|
-
"components.filter.noFilters": "Không có bộ lọc nào
|
|
33
|
+
"components.filter.noFilters": "Không có bộ lọc nào khả dụng",
|
|
34
34
|
"components.filter.searchResults":
|
|
35
35
|
`{number, plural,
|
|
36
|
-
other {{number}
|
|
36
|
+
other {{number} kết quả tìm kiếm}
|
|
37
37
|
}`,
|
|
38
38
|
"components.filter.selectedFirstListLabel": "{headerText}. Các bộ lọc được chọn xuất hiện đầu tiên.",
|
|
39
39
|
"components.filter.singleDimensionDescription": "Lọc theo: {filterName}",
|
|
@@ -44,15 +44,14 @@ export default {
|
|
|
44
44
|
}`,
|
|
45
45
|
"components.filter-dimension-set-date-text-value.textHours":
|
|
46
46
|
`{num, plural,
|
|
47
|
-
=1 {Giờ trước}
|
|
48
47
|
other {{num} giờ trước}
|
|
49
48
|
}`,
|
|
50
|
-
"components.filter-dimension-set-date-text-value.textMonths": "{num} tháng
|
|
49
|
+
"components.filter-dimension-set-date-text-value.textMonths": "{num} tháng trước",
|
|
51
50
|
"components.filter-dimension-set-date-time-range-value.label": "{text}, mở rộng để chọn ngày",
|
|
52
51
|
"components.filter-dimension-set-date-time-range-value.text": "Phạm vi ngày tùy chỉnh",
|
|
53
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue}
|
|
54
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Trước
|
|
55
|
-
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Sau
|
|
52
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRange": "{startValue} đến {endValue}",
|
|
53
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeEndOnly": "Trước {endValue}",
|
|
54
|
+
"components.filter-dimension-set-date-time-range-value.valueTextRangeStartOnly": "Sau {startValue}",
|
|
56
55
|
"components.form-element.defaultError": "{label} không hợp lệ",
|
|
57
56
|
"components.form-element.defaultFieldLabel": "Trường",
|
|
58
57
|
"components.form-element.input.email.typeMismatch": "Email không hợp lệ",
|
|
@@ -93,13 +92,13 @@ export default {
|
|
|
93
92
|
"components.input-date.errorMinDateOnly": "Ngày phải nằm trong hoặc sau {minDate}",
|
|
94
93
|
"components.input-date.errorOutsideRange": "Ngày phải nằm trong khoảng giữa {minDate} và {maxDate}",
|
|
95
94
|
"components.input-date.now": "Bây giờ",
|
|
96
|
-
"components.input-date.openInstructions": "Sử dụng định dạng ngày {format}. Nhấn phím mũi tên xuống hoặc
|
|
95
|
+
"components.input-date.openInstructions": "Sử dụng định dạng ngày {format}. Nhấn phím mũi tên xuống hoặc phím Enter để truy cập lịch nhỏ.",
|
|
97
96
|
"components.input-date.revert": "{label} được trả về giá trị trước đó.",
|
|
98
97
|
"components.input-date.today": "Hôm nay",
|
|
99
98
|
"components.input-date.useDateFormat": "Sử dụng định dạng ngày {format}.",
|
|
100
99
|
"components.input-date-range.endDate": "Ngày Kết thúc",
|
|
101
100
|
"components.input-date-range.errorBadInput": "{startLabel} phải nằm trước {endLabel}",
|
|
102
|
-
"components.input-date-range.interactive-label": "
|
|
101
|
+
"components.input-date-range.interactive-label": "Phạm vi ngày",
|
|
103
102
|
"components.input-date-range.startDate": "Ngày Bắt đầu",
|
|
104
103
|
"components.input-date-time.date": "Ngày tháng",
|
|
105
104
|
"components.input-date-time.errorMaxDateOnly": "Ngày phải là ngày trước hoặc vào {maxDate}",
|
|
@@ -122,28 +121,28 @@ export default {
|
|
|
122
121
|
"components.input-time-range.errorBadInput": "{startLabel} phải trước {endLabel}",
|
|
123
122
|
"components.input-time-range.startTime": "Thời gian Bắt đầu",
|
|
124
123
|
"components.interactive.instructions": "Nhấn phím Enter để tương tác, Nhấn Escape để thoát",
|
|
125
|
-
"components.link.open-in-new-window": "Mở trong một cửa sổ mới
|
|
124
|
+
"components.link.open-in-new-window": "Mở trong một cửa sổ mới được mở.",
|
|
126
125
|
"components.list.keyboard": "Sử dụng <b>phím mũi tên</b> để di chuyển trọng tâm bên trong danh sách này hoặc <b>page up/down</b> để di chuyển lên hoặc xuống 5",
|
|
127
|
-
"components.list-controls.label": "Các hành động cho danh sách",
|
|
126
|
+
"components.list-controls.label": "Các hành động cho danh sách.",
|
|
128
127
|
"components.list-item.addItem": "Thêm mục",
|
|
129
|
-
"components.list-item-drag-handle.default": "Sắp xếp lại
|
|
128
|
+
"components.list-item-drag-handle.default": "Sắp xếp lại hành động mục cho {name}",
|
|
130
129
|
"components.list-item-drag-handle.keyboard": "Sắp xếp lại mục, vị trí hiện tại là {currentPosition} trong tổng số {size}. Để di chuyển mục này, nhấn phím mũi tên lên hoặc xuống.",
|
|
131
130
|
"components.list-item-drag-handle-tooltip.enter-desc": "Bật chế độ sắp xếp lại bằng bàn phím.",
|
|
132
131
|
"components.list-item-drag-handle-tooltip.enter-key": "Phím Enter.",
|
|
133
132
|
"components.list-item-drag-handle-tooltip.left-right-desc": "Thay đổi cấp độ lồng ghép.",
|
|
134
133
|
"components.list-item-drag-handle-tooltip.left-right-key": "Trái/Phải",
|
|
135
|
-
"components.list-item-drag-handle-tooltip.title": "Các điều khiển
|
|
134
|
+
"components.list-item-drag-handle-tooltip.title": "Các điều khiển bàn phím để sắp xếp lại:",
|
|
136
135
|
"components.list-item-drag-handle-tooltip.up-down-desc": "Di chuyển mục lên hoặc xuống trong danh sách.",
|
|
137
136
|
"components.list-item-drag-handle-tooltip.up-down-key": "Lên/Xuống",
|
|
138
|
-
"components.menu-item-return.return": "Quay lại
|
|
137
|
+
"components.menu-item-return.return": "Quay lại menu trước đó.",
|
|
139
138
|
"components.menu-item-return.returnCurrentlyShowing": "Quay lại tới menu trước. Bạn đang xem {menuTitle}.",
|
|
140
139
|
"components.meter-mixin.commaSeperatedAria": "{term1}, {term2}",
|
|
141
140
|
"components.meter-mixin.fraction": "{x}⁄{y}",
|
|
142
141
|
"components.meter-mixin.fractionAria": "{x} trên tổng số {y}",
|
|
143
142
|
"components.meter-mixin.progressIndicator": "Chỉ báo tiến trình",
|
|
144
|
-
"components.more-less.less": "ít
|
|
143
|
+
"components.more-less.less": "ít",
|
|
145
144
|
"components.more-less.more": "thêm",
|
|
146
|
-
"components.object-property-list.item-placeholder-text": "Mục
|
|
145
|
+
"components.object-property-list.item-placeholder-text": "Mục giữ chỗ",
|
|
147
146
|
"components.overflow-group.moreActions": "Thêm các Tác vụ",
|
|
148
147
|
"components.pageable.info":
|
|
149
148
|
`{count, plural,
|
|
@@ -182,21 +181,21 @@ export default {
|
|
|
182
181
|
"components.table-col-sort-button.title":
|
|
183
182
|
`{sourceType, select,
|
|
184
183
|
dates {{direction, select,
|
|
185
|
-
desc {
|
|
186
|
-
other {
|
|
184
|
+
desc {Đã sắp xếp từ mới đến cũ}
|
|
185
|
+
other {Đã sắp xếp từ cũ đến mới}
|
|
187
186
|
}}
|
|
188
187
|
numbers {{direction, select,
|
|
189
|
-
desc {
|
|
190
|
-
other {
|
|
188
|
+
desc {Đã sắp xếp từ cao đến thấp}
|
|
189
|
+
other {Đã sắp xếp từ thấp đến cao}
|
|
191
190
|
}}
|
|
192
191
|
words {{direction, select,
|
|
193
|
-
desc {
|
|
194
|
-
other {
|
|
192
|
+
desc {Đã sắp xếp từ Z đến A}
|
|
193
|
+
other {Đã sắp xếp từ A đến Z}
|
|
195
194
|
}}
|
|
196
195
|
value {Đã sắp xếp {selectedMenuItemText}}
|
|
197
196
|
other {{direction, select,
|
|
198
|
-
desc {
|
|
199
|
-
other {
|
|
197
|
+
desc {Đã sắp xếp giảm dần}
|
|
198
|
+
other {Đã sắp xếp tăng dần}
|
|
200
199
|
}}
|
|
201
200
|
}`,
|
|
202
201
|
"components.table-controls.label": "Các tác vụ cho bảng",
|
|
@@ -205,25 +204,23 @@ export default {
|
|
|
205
204
|
"components.tag-list.clear": "Nhấp, nhấn phím xoá lùi hoặc nhấn phím xoá để xoá mục {value}",
|
|
206
205
|
"components.tag-list.clear-all": "Xóa tất cả",
|
|
207
206
|
"components.tag-list.cleared-all": "Đã xóa tất cả các mục danh sách thẻ",
|
|
208
|
-
"components.tag-list.cleared-item": "
|
|
209
|
-
"components.tag-list.interactive-label": "Danh sách
|
|
207
|
+
"components.tag-list.cleared-item": "Xóa mục danh sách thẻ {value}",
|
|
208
|
+
"components.tag-list.interactive-label": "Danh sách thẻ, {count} mục",
|
|
210
209
|
"components.tag-list.num-hidden": "+ {count} mục nữa",
|
|
211
210
|
"components.tag-list.role-description":
|
|
212
211
|
`{count, plural,
|
|
213
|
-
=0 {Danh sách thẻ với 0 mục}
|
|
214
212
|
other {Danh sách thẻ với {count} mục}
|
|
215
213
|
}`,
|
|
216
214
|
"components.tag-list.show-less": "Ẩn bớt",
|
|
217
215
|
"components.tag-list.show-more-description": "Chọn để hiển thị các mục danh sách thẻ ẩn",
|
|
218
216
|
"components.tag-list-item.role-description": "Thẻ",
|
|
219
|
-
"components.tag-list-item.tooltip-arrow-keys": "
|
|
217
|
+
"components.tag-list-item.tooltip-arrow-keys": "Các phím mũi tên",
|
|
220
218
|
"components.tag-list-item.tooltip-arrow-keys-desc": "Di chuyển giữa các thẻ",
|
|
221
219
|
"components.tag-list-item.tooltip-delete-key": "Phím lùi/Xóa",
|
|
222
220
|
"components.tag-list-item.tooltip-delete-key-desc": "Xóa thẻ được chọn",
|
|
223
|
-
"components.tag-list-item.tooltip-title": "
|
|
221
|
+
"components.tag-list-item.tooltip-title": "Các điều khiển bàn phím",
|
|
224
222
|
"components.view-switcher.role-description":
|
|
225
223
|
`{count, plural,
|
|
226
|
-
=0 {Xem Trình chuyển đổi với 0 mục}
|
|
227
224
|
other {Xem Trình chuyển đổi với {count} mục}
|
|
228
225
|
}`,
|
|
229
226
|
"templates.primary-secondary.divider": "Bộ phân cách bảng phụ",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightspace-ui/core",
|
|
3
|
-
"version": "3.213.
|
|
3
|
+
"version": "3.213.1",
|
|
4
4
|
"description": "A collection of accessible, free, open-source web components for building Brightspace applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/BrightspaceUI/core.git",
|